Html Css Color HEX #DC979F Careys Pink

📋 copy color: '#DC979F'

red 220 ◦ green 151 ◦ blue 159

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

Shades of Careys Pink #DC979F

Tints of Careys Pink #DC979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.49%

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

R = 41.51%
G = 28.49%
B = 30%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC979F (or 0xDC979F) is known color: Careys Pink. HEX triplet: DC, 97 and 9F. RGB value is (220,151,159). Sum of RGB (Red+Green+Blue) = 220+151+159=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC979F is #236860. Grayscale: #ACACAC. Windows color (decimal): -2320481 or 10459100. OLE color: 10459100.

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

Color convert

RGB 220 151 159 -
CMYK 0 0.31 0.28 0.14
HSL 353.04º 0.5% 0.73% -
HSV(B) 353.04º 0.31% 0.86% -
XYZ 46.84 39.85 38.02 -
YUV 172.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 220 151 159 0 0.31 0.28 0.14 353.04 0.5 0.73
Hex DC 97 9F 0 1F 1C E 161 32 49
Octal 334 227 237 0 37 34 16 541 62 111
Binary 11011100 10010111 10011111 0 11111 11100 1110 101100001 110010 1001001

Color Harmonies of #DC979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC979F

Black with #DC979F

Text Example


Text Example

White with #DC979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC979F; }

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

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

background-color css

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

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

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

border-color css

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

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

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