#D07D78

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

Shades of Sea Pink #D07D78

Tints of Sea Pink #D07D78

Color information

#D07D78 (or 0xD07D78) is unknown color: approx Sea Pink. HEX triplet: D0, 7D and 78. RGB value is (208,125,120). Sum of RGB (Red+Green+Blue) = 208+125+120=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D78 is #2F8287. Grayscale: #959595. Windows color (decimal): -3113608 or 7896528. OLE color: 7896528.

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

Color convert

RGB208125120-
CMYK00.400.420.18
HSL3.41º48.35%64.31%-
HSV(B)3.41º42.31%81.57%-
XYZ36.7429.4321.51-
YUV149.25111.5169.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=45.92%
G=27.59%
B=26.49%

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
Decimal20812512000.400.420.183.4148.3564.31
HexD07D780282A1233040
Octal3201751700505222360100
Binary1101000011111011111000010100010101010010111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D78; }

 p { color: rgb(208,125,120); }

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

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

 a { background-color: rgb(208,125,120); }

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

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

 span { border-color: rgb(208,125,120); }

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