#D27F7B

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

Shades of Sea Pink #D27F7B

Tints of Sea Pink #D27F7B

Color information

#D27F7B (or 0xD27F7B) is unknown color: approx Sea Pink. HEX triplet: D2, 7F and 7B. RGB value is (210,127,123). Sum of RGB (Red+Green+Blue) = 210+127+123=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F7B is #2D8084. Grayscale: #979797. Windows color (decimal): -2982021 or 8093650. OLE color: 8093650.

HSL color Cylindrical-coordinate representation of color #D27F7B: hue angle of 2.76º 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 #D27F7B is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210127123-
CMYK00.400.410.18
HSL2.76º49.15%65.29%-
HSV(B)2.76º41.43%82.35%-
XYZ37.7430.3122.6-
YUV151.36112169.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=45.65%
G=27.61%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012712300.400.410.182.7649.1565.29
HexD27F7B028291233141
Octal3221771730505122361101
Binary1101001011111111111011010100010100110010111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F7B; }

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

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

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

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

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

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

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

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