#D67575

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

Shades of Sea Pink #D67575

Tints of Sea Pink #D67575

Color information

#D67575 (or 0xD67575) is unknown color: approx Sea Pink. HEX triplet: D6, 75 and 75. RGB value is (214,117,117). Sum of RGB (Red+Green+Blue) = 214+117+117=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67575 is #298A8A. Grayscale: #929292. Windows color (decimal): -2722443 or 7697878. OLE color: 7697878.

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

Color convert

RGB214117117-
CMYK00.450.450.16
HSL54.19%64.9%-
HSV(B)45.33%83.92%-
XYZ37.328.320.33-
YUV146111.64176.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=47.77%
G=26.12%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411711700.450.450.16054.1964.9
HexD6757502D2D1003641
Octal3261651650555520066101
Binary110101101110101111010101011011011011000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67575; }

 p { color: rgb(214,117,117); }

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

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

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

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

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

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

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