Html Css Color HEX #D99E8A Rose

📋 copy color: '#D99E8A'

red 217 ◦ green 158 ◦ blue 138

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

Shades of Rose #D99E8A

Tints of Rose #D99E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 42.3%
G = 30.8%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D99E8A (or 0xD99E8A) is known color: Rose. HEX triplet: D9, 9E and 8A. RGB value is (217,158,138). Sum of RGB (Red+Green+Blue) = 217+158+138=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E8A is #266175. Grayscale: #ADADAD. Windows color (decimal): -2515318 or 9084633. OLE color: 9084633.

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

Color convert

RGB 217 158 138 -
CMYK 0 0.27 0.36 0.15
HSL 15.19º 0.51% 0.7% -
HSV(B) 15.19º 0.36% 0.85% -
XYZ 45.43 41.04 29.57 -
YUV 173.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 217 158 138 0 0.27 0.36 0.15 15.19 0.51 0.7
Hex D9 9E 8A 0 1B 24 F F 33 46
Octal 331 236 212 0 33 44 17 17 63 106
Binary 11011001 10011110 10001010 0 11011 100100 1111 1111 110011 1000110

Color Harmonies of #D99E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E8A

Black with #D99E8A

Text Example


Text Example

White with #D99E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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