Html Css Color HEX #D99E93 Rose

📋 copy color: '#D99E93'

red 217 ◦ green 158 ◦ blue 147

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

Shades of Rose #D99E93

Tints of Rose #D99E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.27%

 BLUE value IS 147 (57.81% from 255) = 28.16%

R = 41.57%
G = 30.27%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99E93 (or 0xD99E93) is known color: Rose. HEX triplet: D9, 9E and 93. RGB value is (217,158,147). Sum of RGB (Red+Green+Blue) = 217+158+147=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E93 is #26616C. Grayscale: #AEAEAE. Windows color (decimal): -2515309 or 9674457. OLE color: 9674457.

HSL color Cylindrical-coordinate representation of color #D99E93: hue angle of 9.43º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99E93 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 147 -
CMYK 0 0.27 0.32 0.15
HSL 9.43º 0.48% 0.71% -
HSV(B) 9.43º 0.32% 0.85% -
XYZ 46.11 41.31 33.15 -
YUV 174.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 217 158 147 0 0.27 0.32 0.15 9.43 0.48 0.71
Hex D9 9E 93 0 1B 20 F 9 30 47
Octal 331 236 223 0 33 40 17 11 60 107
Binary 11011001 10011110 10010011 0 11011 100000 1111 1001 110000 1000111

Color Harmonies of #D99E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E93

Black with #D99E93

Text Example


Text Example

White with #D99E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E93; }

 p { color: rgb(217,158,147); }

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

background-color css

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

 a { background-color: rgb(217,158,147); }

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

border-color css

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

 span { border-color: rgb(217,158,147); }

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