Html Css Color HEX #D9858E Carissma

📋 copy color: '#D9858E'

red 217 ◦ green 133 ◦ blue 142

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

Shades of Carissma #D9858E

Tints of Carissma #D9858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.03%

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

R = 44.11%
G = 27.03%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9858E (or 0xD9858E) is known color: Carissma. HEX triplet: D9, 85 and 8E. RGB value is (217,133,142). Sum of RGB (Red+Green+Blue) = 217+133+142=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9858E is #267A71. Grayscale: #9F9F9F. Windows color (decimal): -2521714 or 9340377. OLE color: 9340377.

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

Color convert

RGB 217 133 142 -
CMYK 0 0.39 0.35 0.15
HSL 353.57º 0.53% 0.69% -
HSV(B) 353.57º 0.39% 0.85% -
XYZ 41.89 33.48 29.85 -
YUV 159.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 217 133 142 0 0.39 0.35 0.15 353.57 0.53 0.69
Hex D9 85 8E 0 27 23 F 162 34 45
Octal 331 205 216 0 47 43 17 542 64 105
Binary 11011001 10000101 10001110 0 100111 100011 1111 101100010 110100 1000101

Color Harmonies of #D9858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9858E

Black with #D9858E

Text Example


Text Example

White with #D9858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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