#D27D7A

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

Shades of Sea Pink #D27D7A

Tints of Sea Pink #D27D7A

Color information

#D27D7A (or 0xD27D7A) is unknown color: approx Sea Pink. HEX triplet: D2, 7D and 7A. RGB value is (210,125,122). Sum of RGB (Red+Green+Blue) = 210+125+122=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D7A is #2D8285. Grayscale: #969696. Windows color (decimal): -2982534 or 8027602. OLE color: 8027602.

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

Color convert

RGB210125122-
CMYK00.400.420.18
HSL2.05º49.44%65.1%-
HSV(B)2.05º41.9%82.35%-
XYZ37.4229.7722.19-
YUV150.07112.16170.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=45.95%
G=27.35%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012512200.400.420.182.0549.4465.1
HexD27D7A0282A1223141
Octal3221751720505222261101
Binary1101001011111011111010010100010101010010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D7A; }

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

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

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

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

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

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

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

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