#D07D7A

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

Shades of Sea Pink #D07D7A

Tints of Sea Pink #D07D7A

Color information

#D07D7A (or 0xD07D7A) is unknown color: approx Sea Pink. HEX triplet: D0, 7D and 7A. RGB value is (208,125,122). Sum of RGB (Red+Green+Blue) = 208+125+122=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D7A is #2F8285. Grayscale: #959595. Windows color (decimal): -3113606 or 8027600. OLE color: 8027600.

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

Color convert

RGB208125122-
CMYK00.400.410.18
HSL2.09º47.78%64.71%-
HSV(B)2.09º41.35%81.57%-
XYZ36.8629.4822.16-
YUV149.48112.5169.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=45.71%
G=27.47%
B=26.81%

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
Decimal20812512200.400.410.182.0947.7864.71
HexD07D7A028291223041
Octal3201751720505122260101
Binary1101000011111011111010010100010100110010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D7A; }

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

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

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

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

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

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

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

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