Html Css Color HEX #DA8396 Carissma

📋 copy color: '#DA8396'

red 218 ◦ green 131 ◦ blue 150

#DA8396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #DA8396

Tints of Carissma #DA8396

RGB

 RED value IS 218 (85.55% from 255) = 43.69%

 GREEN value IS 131 (51.56% from 255) = 26.25%

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 43.69%
G = 26.25%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA8396 (or 0xDA8396) is known color: Carissma. HEX triplet: DA, 83 and 96. RGB value is (218,131,150). Sum of RGB (Red+Green+Blue) = 218+131+150=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8396 is #257C69. Grayscale: #9F9F9F. Windows color (decimal): -2456682 or 9864154. OLE color: 9864154.

HSL color Cylindrical-coordinate representation of color #DA8396: hue angle of 346.9º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8396 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 150 -
CMYK 0 0.40 0.31 0.15
HSL 346.9º 0.54% 0.68% -
HSV(B) 346.9º 0.4% 0.85% -
XYZ 42.53 33.34 33.05 -
YUV 159.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 218 131 150 0 0.40 0.31 0.15 346.9 0.54 0.68
Hex DA 83 96 0 28 1F F 15B 36 44
Octal 332 203 226 0 50 37 17 533 66 104
Binary 11011010 10000011 10010110 0 101000 11111 1111 101011011 110110 1000100

Color Harmonies of #DA8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8396

Black with #DA8396

Text Example


Text Example

White with #DA8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8396; }

 p { color: rgb(218,131,150); }

 H1.HeaderClassName
 {
   color: #DA8396;
 }
 .AnyTagClassName
 {
   color: #DA8396;
 }
</style>

background-color css

<style>
 a { background-color: #DA8396; }

 a { background-color: rgb(218,131,150); }

 div.DivClassName
 {
   background-color: #DA8396;
 }
 .BgClassName
 {
   background-color: #DA8396;
 }
</style>

border-color css

<style>
 span { border-color: #DA8396; }

 span { border-color: rgb(218,131,150); }

 td.TdClassName
 {
   border-color: #DA8396;
 }
 .TagClassName
 {
   border-color: #DA8396;
 }
</style>