Html Css Color HEX #D9888D Carissma

📋 copy color: '#D9888D'

red 217 ◦ green 136 ◦ blue 141

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

Shades of Carissma #D9888D

Tints of Carissma #D9888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 43.93%
G = 27.53%
B = 28.54%

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

#D9888D (or 0xD9888D) is known color: Carissma. HEX triplet: D9, 88 and 8D. RGB value is (217,136,141). Sum of RGB (Red+Green+Blue) = 217+136+141=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9888D is #267772. Grayscale: #A0A0A0. Windows color (decimal): -2520947 or 9275609. OLE color: 9275609.

HSL color Cylindrical-coordinate representation of color #D9888D: hue angle of 356.3º 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 #D9888D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 141 -
CMYK 0 0.37 0.35 0.15
HSL 356.3º 0.52% 0.69% -
HSV(B) 356.3º 0.37% 0.85% -
XYZ 42.23 34.28 29.59 -
YUV 160.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 217 136 141 0 0.37 0.35 0.15 356.3 0.52 0.69
Hex D9 88 8D 0 25 23 F 164 34 45
Octal 331 210 215 0 45 43 17 544 64 105
Binary 11011001 10001000 10001101 0 100101 100011 1111 101100100 110100 1000101

Color Harmonies of #D9888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9888D

Black with #D9888D

Text Example


Text Example

White with #D9888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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