Html Css Color HEX #DC7D78 Sea Pink

📋 copy color: '#DC7D78'

red 220 ◦ green 125 ◦ blue 120

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

Shades of Sea Pink #DC7D78

Tints of Sea Pink #DC7D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

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

R = 47.31%
G = 26.88%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7D78 (or 0xDC7D78) is known color: Sea Pink. HEX triplet: DC, 7D and 78. RGB value is (220,125,120). Sum of RGB (Red+Green+Blue) = 220+125+120=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D78 is #238287. Grayscale: #989898. Windows color (decimal): -2327176 or 7896540. OLE color: 7896540.

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

Color convert

RGB 220 125 120 -
CMYK 0 0.43 0.45 0.14
HSL 0.59% 0.67% -
HSV(B) 0.45% 0.86% -
XYZ 40.24 31.24 21.68 -
YUV 152.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 220 125 120 0 0.43 0.45 0.14 3 0.59 0.67
Hex DC 7D 78 0 2B 2D E 3 3B 43
Octal 334 175 170 0 53 55 16 3 73 103
Binary 11011100 1111101 1111000 0 101011 101101 1110 11 111011 1000011

Color Harmonies of #DC7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D78

Black with #DC7D78

Text Example


Text Example

White with #DC7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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