Html Css Color HEX #DC9E90 Rose

📋 copy color: '#DC9E90'

red 220 ◦ green 158 ◦ blue 144

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

Shades of Rose #DC9E90

Tints of Rose #DC9E90

RGB

 RED value IS 220 (86.33% from 255) = 42.15%

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

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 42.15%
G = 30.27%
B = 27.59%

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

#DC9E90 (or 0xDC9E90) is known color: Rose. HEX triplet: DC, 9E and 90. RGB value is (220,158,144). Sum of RGB (Red+Green+Blue) = 220+158+144=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E90 is #23616F. Grayscale: #AFAFAF. Windows color (decimal): -2318704 or 9477852. OLE color: 9477852.

HSL color Cylindrical-coordinate representation of color #DC9E90: hue angle of 11.05º 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 #DC9E90 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 144 -
CMYK 0 0.28 0.35 0.14
HSL 11.05º 0.52% 0.71% -
HSV(B) 11.05º 0.35% 0.86% -
XYZ 46.78 41.68 31.97 -
YUV 174.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 220 158 144 0 0.28 0.35 0.14 11.05 0.52 0.71
Hex DC 9E 90 0 1C 23 E B 34 47
Octal 334 236 220 0 34 43 16 13 64 107
Binary 11011100 10011110 10010000 0 11100 100011 1110 1011 110100 1000111

Color Harmonies of #DC9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E90

Black with #DC9E90

Text Example


Text Example

White with #DC9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E90; }

 p { color: rgb(220,158,144); }

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

background-color css

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

 a { background-color: rgb(220,158,144); }

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

border-color css

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

 span { border-color: rgb(220,158,144); }

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