Html Css Color HEX #DB9E8E Rose

📋 copy color: '#DB9E8E'

red 219 ◦ green 158 ◦ blue 142

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

Shades of Rose #DB9E8E

Tints of Rose #DB9E8E

RGB

 RED value IS 219 (85.94% from 255) = 42.2%

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

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

R = 42.2%
G = 30.44%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB9E8E (or 0xDB9E8E) is known color: Rose. HEX triplet: DB, 9E and 8E. RGB value is (219,158,142). Sum of RGB (Red+Green+Blue) = 219+158+142=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E8E is #246171. Grayscale: #AEAEAE. Windows color (decimal): -2384242 or 9346779. OLE color: 9346779.

HSL color Cylindrical-coordinate representation of color #DB9E8E: hue angle of 12.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9E8E is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 142 -
CMYK 0 0.28 0.35 0.14
HSL 12.47º 0.52% 0.71% -
HSV(B) 12.47º 0.35% 0.86% -
XYZ 46.32 41.47 31.15 -
YUV 174.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 219 158 142 0 0.28 0.35 0.14 12.47 0.52 0.71
Hex DB 9E 8E 0 1C 23 E C 34 47
Octal 333 236 216 0 34 43 16 14 64 107
Binary 11011011 10011110 10001110 0 11100 100011 1110 1100 110100 1000111

Color Harmonies of #DB9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E8E

Black with #DB9E8E

Text Example


Text Example

White with #DB9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E8E; }

 p { color: rgb(219,158,142); }

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

background-color css

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

 a { background-color: rgb(219,158,142); }

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

border-color css

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

 span { border-color: rgb(219,158,142); }

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