#D2807C

Color #D2807C Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #D2807C

Tints of Sea Pink #D2807C

Color information

#D2807C (or 0xD2807C) is unknown color: approx Sea Pink. HEX triplet: D2, 80 and 7C. RGB value is (210,128,124). Sum of RGB (Red+Green+Blue) = 210+128+124=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2807C is #2D7F83. Grayscale: #989898. Windows color (decimal): -2981764 or 8159442. OLE color: 8159442.

HSL color Cylindrical-coordinate representation of color #D2807C: hue angle of 2.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2807C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210128124-
CMYK00.390.410.18
HSL2.79º48.86%65.49%-
HSV(B)2.79º40.95%82.35%-
XYZ37.9430.622.97-
YUV152.06112.17169.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=45.45%
G=27.71%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012812400.390.410.182.7948.8665.49
HexD2807C027291233141
Octal3222001740475122361101
Binary11010010100000001111100010011110100110010111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2807C; }

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

 H1.HeaderClassName
 {
   color: #D2807C;
 }
 .AnyTagClassName
 {
   color: #D2807C;
 }
</style>
background-color css

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

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

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

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

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

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