#D47975

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

Shades of Sea Pink #D47975

Tints of Sea Pink #D47975

Color information

#D47975 (or 0xD47975) is unknown color: approx Sea Pink. HEX triplet: D4, 79 and 75. RGB value is (212,121,117). Sum of RGB (Red+Green+Blue) = 212+121+117=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D47975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47975 is #2B868A. Grayscale: #939393. Windows color (decimal): -2852491 or 7698900. OLE color: 7698900.

HSL color Cylindrical-coordinate representation of color #D47975: hue angle of 2.53º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47975 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212121117-
CMYK00.430.450.17
HSL2.53º52.49%64.51%-
HSV(B)2.53º44.81%83.14%-
XYZ37.228.9620.46-
YUV147.75110.65173.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 117 (46.09% from 255) = 26%
R=47.11%
G=26.89%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212111700.430.450.172.5352.4964.51
HexD4797502B2D1133441
Octal3241711650535521364101
Binary1101010011110011110101010101110110110001111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47975; }

 p { color: rgb(212,121,117); }

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

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

 a { background-color: rgb(212,121,117); }

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

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

 span { border-color: rgb(212,121,117); }

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