Html Css Color HEX #D9888E Carissma

📋 copy color: '#D9888E'

red 217 ◦ green 136 ◦ blue 142

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

Shades of Carissma #D9888E

Tints of Carissma #D9888E

RGB

 RED value IS 217 (85.16% from 255) = 43.84%

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 43.84%
G = 27.47%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9888E (or 0xD9888E) is known color: Carissma. HEX triplet: D9, 88 and 8E. RGB value is (217,136,142). Sum of RGB (Red+Green+Blue) = 217+136+142=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9888E is #267771. Grayscale: #A0A0A0. Windows color (decimal): -2520946 or 9341145. OLE color: 9341145.

HSL color Cylindrical-coordinate representation of color #D9888E: hue angle of 355.56º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9888E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 142 -
CMYK 0 0.37 0.35 0.15
HSL 355.56º 0.52% 0.69% -
HSV(B) 355.56º 0.37% 0.85% -
XYZ 42.3 34.31 29.98 -
YUV 160.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 217 136 142 0 0.37 0.35 0.15 355.56 0.52 0.69
Hex D9 88 8E 0 25 23 F 164 34 45
Octal 331 210 216 0 45 43 17 544 64 105
Binary 11011001 10001000 10001110 0 100101 100011 1111 101100100 110100 1000101

Color Harmonies of #D9888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9888E

Black with #D9888E

Text Example


Text Example

White with #D9888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9888E; }

 p { color: rgb(217,136,142); }

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

background-color css

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

 a { background-color: rgb(217,136,142); }

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

border-color css

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

 span { border-color: rgb(217,136,142); }

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