#D2817A

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

Shades of Sea Pink #D2817A

Tints of Sea Pink #D2817A

Color information

#D2817A (or 0xD2817A) is unknown color: approx Sea Pink. HEX triplet: D2, 81 and 7A. RGB value is (210,129,122). Sum of RGB (Red+Green+Blue) = 210+129+122=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2817A is #2D7E85. Grayscale: #989898. Windows color (decimal): -2981510 or 8028626. OLE color: 8028626.

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

Color convert

RGB210129122-
CMYK00.390.420.18
HSL4.77º49.44%65.1%-
HSV(B)4.77º41.9%82.35%-
XYZ37.9430.8122.36-
YUV152.42110.84169.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=45.55%
G=27.98%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012912200.390.420.184.7749.4465.1
HexD2817A0272A1253141
Octal3222011720475222561101
Binary110100101000000111110100100111101010100101011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2817A; }

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

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

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

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

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

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

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

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