#D27672

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

Shades of Sea Pink #D27672

Tints of Sea Pink #D27672

Color information

#D27672 (or 0xD27672) is unknown color: approx Sea Pink. HEX triplet: D2, 76 and 72. RGB value is (210,118,114). Sum of RGB (Red+Green+Blue) = 210+118+114=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D27672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27672 is #2D898D. Grayscale: #919191. Windows color (decimal): -2984334 or 7501522. OLE color: 7501522.

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

Color convert

RGB210118114-
CMYK00.440.460.18
HSL2.5º51.61%63.53%-
HSV(B)2.5º45.71%82.35%-
XYZ36.0927.8719.4-
YUV145.05110.48174.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.51%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=47.51%
G=26.70%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011811400.440.460.182.551.6163.53
HexD2767202C2E1233440
Octal3221661620545622364100
Binary1101001011101101110010010110010111010010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27672; }

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

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

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

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

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

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

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

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