#D28380

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

Shades of Sea Pink #D28380

Tints of Sea Pink #D28380

Color information

#D28380 (or 0xD28380) is unknown color: approx Sea Pink. HEX triplet: D2, 83 and 80. RGB value is (210,131,128). Sum of RGB (Red+Green+Blue) = 210+131+128=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D28380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28380 is #2D7C7F. Grayscale: #9A9A9A. Windows color (decimal): -2980992 or 8422354. OLE color: 8422354.

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

Color convert

RGB210131128-
CMYK00.380.390.18
HSL2.2º47.67%66.27%-
HSV(B)2.2º39.05%82.35%-
XYZ38.5931.4924.47-
YUV154.28113.17167.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.78%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=44.78%
G=27.93%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013112800.380.390.182.247.6766.27
HexD28380026271223042
Octal3222032000464722260102
Binary110100101000001110000000010011010011110010101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28380; }

 p { color: rgb(210,131,128); }

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

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

 a { background-color: rgb(210,131,128); }

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

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

 span { border-color: rgb(210,131,128); }

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