Html Css Color HEX #DC7C78 Sea Pink

📋 copy color: '#DC7C78'

red 220 ◦ green 124 ◦ blue 120

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

Shades of Sea Pink #DC7C78

Tints of Sea Pink #DC7C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.72%

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

R = 47.41%
G = 26.72%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7C78 (or 0xDC7C78) is known color: Sea Pink. HEX triplet: DC, 7C and 78. RGB value is (220,124,120). Sum of RGB (Red+Green+Blue) = 220+124+120=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C78 is #238387. Grayscale: #989898. Windows color (decimal): -2327432 or 7896284. OLE color: 7896284.

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

Color convert

RGB 220 124 120 -
CMYK 0 0.44 0.45 0.14
HSL 2.4º 0.59% 0.67% -
HSV(B) 2.4º 0.45% 0.86% -
XYZ 40.11 30.99 21.64 -
YUV 152.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 220 124 120 0 0.44 0.45 0.14 2.4 0.59 0.67
Hex DC 7C 78 0 2C 2D E 2 3B 43
Octal 334 174 170 0 54 55 16 2 73 103
Binary 11011100 1111100 1111000 0 101100 101101 1110 10 111011 1000011

Color Harmonies of #DC7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C78

Black with #DC7C78

Text Example


Text Example

White with #DC7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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