Html Css Color HEX #DB9F94 Rose

📋 copy color: '#DB9F94'

red 219 ◦ green 159 ◦ blue 148

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

Shades of Rose #DB9F94

Tints of Rose #DB9F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 41.63%
G = 30.23%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9F94 (or 0xDB9F94) is known color: Rose. HEX triplet: DB, 9F and 94. RGB value is (219,159,148). Sum of RGB (Red+Green+Blue) = 219+159+148=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F94 is #24606B. Grayscale: #AFAFAF. Windows color (decimal): -2383980 or 9740251. OLE color: 9740251.

HSL color Cylindrical-coordinate representation of color #DB9F94: hue angle of 9.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9F94 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 148 -
CMYK 0 0.27 0.32 0.14
HSL 9.3º 0.5% 0.72% -
HSV(B) 9.3º 0.32% 0.86% -
XYZ 46.96 41.99 33.65 -
YUV 175.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 219 159 148 0 0.27 0.32 0.14 9.3 0.5 0.72
Hex DB 9F 94 0 1B 20 E 9 32 48
Octal 333 237 224 0 33 40 16 11 62 110
Binary 11011011 10011111 10010100 0 11011 100000 1110 1001 110010 1001000

Color Harmonies of #DB9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F94

Black with #DB9F94

Text Example


Text Example

White with #DB9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F94; }

 p { color: rgb(219,159,148); }

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

background-color css

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

 a { background-color: rgb(219,159,148); }

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

border-color css

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

 span { border-color: rgb(219,159,148); }

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