Html Css Color HEX #DC9F8D Rose

📋 copy color: '#DC9F8D'

red 220 ◦ green 159 ◦ blue 141

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

Shades of Rose #DC9F8D

Tints of Rose #DC9F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 42.31%
G = 30.58%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC9F8D (or 0xDC9F8D) is known color: Rose. HEX triplet: DC, 9F and 8D. RGB value is (220,159,141). Sum of RGB (Red+Green+Blue) = 220+159+141=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F8D is #236072. Grayscale: #AFAFAF. Windows color (decimal): -2318451 or 9281500. OLE color: 9281500.

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

Color convert

RGB 220 159 141 -
CMYK 0 0.28 0.36 0.14
HSL 13.67º 0.53% 0.71% -
HSV(B) 13.67º 0.36% 0.86% -
XYZ 46.72 41.94 30.83 -
YUV 175.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 220 159 141 0 0.28 0.36 0.14 13.67 0.53 0.71
Hex DC 9F 8D 0 1C 24 E E 35 47
Octal 334 237 215 0 34 44 16 16 65 107
Binary 11011100 10011111 10001101 0 11100 100100 1110 1110 110101 1000111

Color Harmonies of #DC9F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F8D

Black with #DC9F8D

Text Example


Text Example

White with #DC9F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F8D; }

 p { color: rgb(220,159,141); }

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

background-color css

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

 a { background-color: rgb(220,159,141); }

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

border-color css

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

 span { border-color: rgb(220,159,141); }

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