Html Css Color HEX #DC7D79 Sea Pink

📋 copy color: '#DC7D79'

red 220 ◦ green 125 ◦ blue 121

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

Shades of Sea Pink #DC7D79

Tints of Sea Pink #DC7D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.97%

R = 47.21%
G = 26.82%
B = 25.97%

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

#DC7D79 (or 0xDC7D79) is known color: Sea Pink. HEX triplet: DC, 7D and 79. RGB value is (220,125,121). Sum of RGB (Red+Green+Blue) = 220+125+121=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D79 is #238286. Grayscale: #999999. Windows color (decimal): -2327175 or 7962076. OLE color: 7962076.

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

Color convert

RGB 220 125 121 -
CMYK 0 0.43 0.45 0.14
HSL 2.42º 0.59% 0.67% -
HSV(B) 2.42º 0.45% 0.86% -
XYZ 40.3 31.26 22 -
YUV 152.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 220 125 121 0 0.43 0.45 0.14 2.42 0.59 0.67
Hex DC 7D 79 0 2B 2D E 2 3B 43
Octal 334 175 171 0 53 55 16 2 73 103
Binary 11011100 1111101 1111001 0 101011 101101 1110 10 111011 1000011

Color Harmonies of #DC7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D79

Black with #DC7D79

Text Example


Text Example

White with #DC7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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