Html Css Color HEX #DC7F78 Sea Pink

📋 copy color: '#DC7F78'

red 220 ◦ green 127 ◦ blue 120

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

Shades of Sea Pink #DC7F78

Tints of Sea Pink #DC7F78

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

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

R = 47.11%
G = 27.19%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7F78 (or 0xDC7F78) is known color: Sea Pink. HEX triplet: DC, 7F and 78. RGB value is (220,127,120). Sum of RGB (Red+Green+Blue) = 220+127+120=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F78 is #238087. Grayscale: #9A9A9A. Windows color (decimal): -2326664 or 7897052. OLE color: 7897052.

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

Color convert

RGB 220 127 120 -
CMYK 0 0.42 0.45 0.14
HSL 4.2º 0.59% 0.67% -
HSV(B) 4.2º 0.45% 0.86% -
XYZ 40.49 31.75 21.76 -
YUV 154.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 220 127 120 0 0.42 0.45 0.14 4.2 0.59 0.67
Hex DC 7F 78 0 2A 2D E 4 3B 43
Octal 334 177 170 0 52 55 16 4 73 103
Binary 11011100 1111111 1111000 0 101010 101101 1110 100 111011 1000011

Color Harmonies of #DC7F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F78

Black with #DC7F78

Text Example


Text Example

White with #DC7F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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