Html Css Color HEX #DC807C Sea Pink

📋 copy color: '#DC807C'

red 220 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #DC807C

Tints of Sea Pink #DC807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 46.61%
G = 27.12%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC807C (or 0xDC807C) is known color: Sea Pink. HEX triplet: DC, 80 and 7C. RGB value is (220,128,124). Sum of RGB (Red+Green+Blue) = 220+128+124=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC807C is #237F83. Grayscale: #9B9B9B. Windows color (decimal): -2326404 or 8159452. OLE color: 8159452.

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

Color convert

RGB 220 128 124 -
CMYK 0 0.42 0.44 0.14
HSL 2.5º 0.58% 0.67% -
HSV(B) 2.5º 0.44% 0.86% -
XYZ 40.87 32.11 23.11 -
YUV 155.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 220 128 124 0 0.42 0.44 0.14 2.5 0.58 0.67
Hex DC 80 7C 0 2A 2C E 2 3A 43
Octal 334 200 174 0 52 54 16 2 72 103
Binary 11011100 10000000 1111100 0 101010 101100 1110 10 111010 1000011

Color Harmonies of #DC807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC807C

Black with #DC807C

Text Example


Text Example

White with #DC807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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