#D27D76

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

Shades of Sea Pink #D27D76

Tints of Sea Pink #D27D76

Color information

#D27D76 (or 0xD27D76) is unknown color: approx Sea Pink. HEX triplet: D2, 7D and 76. RGB value is (210,125,118). Sum of RGB (Red+Green+Blue) = 210+125+118=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D76 is #2D8289. Grayscale: #959595. Windows color (decimal): -2982538 or 7765458. OLE color: 7765458.

HSL color Cylindrical-coordinate representation of color #D27D76: hue angle of 4.57º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27D76 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210125118-
CMYK00.400.440.18
HSL4.57º50.55%64.31%-
HSV(B)4.57º43.81%82.35%-
XYZ37.1829.6820.91-
YUV149.62110.16171.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=46.36%
G=27.59%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012511800.400.440.184.5750.5564.31
HexD27D760282C1253340
Octal3221751660505422563100
Binary11010010111110111101100101000101100100101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D76; }

 p { color: rgb(210,125,118); }

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

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

 a { background-color: rgb(210,125,118); }

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

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

 span { border-color: rgb(210,125,118); }

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