Html Css Color HEX #DC7978 Sea Pink

📋 copy color: '#DC7978'

red 220 ◦ green 121 ◦ blue 120

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

Shades of Sea Pink #DC7978

Tints of Sea Pink #DC7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 47.72%
G = 26.25%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7978 (or 0xDC7978) is known color: Sea Pink. HEX triplet: DC, 79 and 78. RGB value is (220,121,120). Sum of RGB (Red+Green+Blue) = 220+121+120=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7978 is #238687. Grayscale: #969696. Windows color (decimal): -2328200 or 7895516. OLE color: 7895516.

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

Color convert

RGB 220 121 120 -
CMYK 0 0.45 0.45 0.14
HSL 0.6º 0.59% 0.67% -
HSV(B) 0.6º 0.45% 0.86% -
XYZ 39.74 30.25 21.51 -
YUV 150.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 220 121 120 0 0.45 0.45 0.14 0.6 0.59 0.67
Hex DC 79 78 0 2D 2D E 1 3B 43
Octal 334 171 170 0 55 55 16 1 73 103
Binary 11011100 1111001 1111000 0 101101 101101 1110 1 111011 1000011

Color Harmonies of #DC7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7978

Black with #DC7978

Text Example


Text Example

White with #DC7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7978; }

 p { color: rgb(220,121,120); }

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

background-color css

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

 a { background-color: rgb(220,121,120); }

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

border-color css

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

 span { border-color: rgb(220,121,120); }

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