Html Css Color HEX #DC9E9F Careys Pink

📋 copy color: '#DC9E9F'

red 220 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #DC9E9F

Tints of Careys Pink #DC9E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 40.97%
G = 29.42%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC9E9F (or 0xDC9E9F) is known color: Careys Pink. HEX triplet: DC, 9E and 9F. RGB value is (220,158,159). Sum of RGB (Red+Green+Blue) = 220+158+159=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E9F is #236160. Grayscale: #B0B0B0. Windows color (decimal): -2318689 or 10460892. OLE color: 10460892.

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

Color convert

RGB 220 158 159 -
CMYK 0 0.28 0.28 0.14
HSL 359.03º 0.47% 0.74% -
HSV(B) 359.03º 0.28% 0.86% -
XYZ 48 42.17 38.41 -
YUV 176.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 220 158 159 0 0.28 0.28 0.14 359.03 0.47 0.74
Hex DC 9E 9F 0 1C 1C E 167 2F 4A
Octal 334 236 237 0 34 34 16 547 57 112
Binary 11011100 10011110 10011111 0 11100 11100 1110 101100111 101111 1001010

Color Harmonies of #DC9E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E9F

Black with #DC9E9F

Text Example


Text Example

White with #DC9E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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