#d2817f

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

Shades of Sea Pink #D2817F

Tints of Sea Pink #D2817F

Color information

#D2817F (or 0xD2817F) is unknown color: approx Sea Pink. HEX triplet: D2, 81 and 7F. RGB value is (210,129,127). Sum of RGB (Red+Green+Blue) = 210+129+127=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2817F is #2D7E80. Grayscale: #999999. Windows color (decimal): -2981505 or 8356306. OLE color: 8356306.

HSL color Cylindrical-coordinate representation of color #D2817F: hue angle of 1.45º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2817F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB210129127-
CMYK00.390.400.18
HSL1.45º47.98%66.08%-
HSV(B)1.45º39.52%82.35%-
XYZ38.2630.9324.03-
YUV152.99113.34168.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 127 (50% from 255) = 27.25%
R=45.06%
G=27.68%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012912700.390.400.181.4547.9866.08
HexD2817F027281213042
Octal3222011770475022160102
Binary1101001010000001111111101001111010001001011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2817f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2817f; }

 p { color: rgb(210,129,127); }

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

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

 a { background-color: rgb(210,129,127); }

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

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

 span { border-color: rgb(210,129,127); }

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