#D5807F

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

Shades of Sea Pink #D5807F

Tints of Sea Pink #D5807F

Color information

#D5807F (or 0xD5807F) is unknown color: approx Sea Pink. HEX triplet: D5, 80 and 7F. RGB value is (213,128,127). Sum of RGB (Red+Green+Blue) = 213+128+127=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5807F is #2A7F80. Grayscale: #999999. Windows color (decimal): -2785153 or 8356053. OLE color: 8356053.

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

Color convert

RGB213128127-
CMYK00.400.400.16
HSL0.7º50.59%66.67%-
HSV(B)0.7º40.38%83.53%-
XYZ38.9931.1224.03-
YUV153.3113.16170.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 127 (50% from 255) = 27.14%
R=45.51%
G=27.35%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312812700.400.400.160.750.5966.67
HexD5807F028281013343
Octal3252001770505020163103
Binary1101010110000000111111101010001010001000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5807F; }

 p { color: rgb(213,128,127); }

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

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

 a { background-color: rgb(213,128,127); }

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

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

 span { border-color: rgb(213,128,127); }

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