#D28484

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

Shades of Sea Pink #D28484

Tints of Sea Pink #D28484

Color information

#D28484 (or 0xD28484) is unknown color: approx Sea Pink. HEX triplet: D2, 84 and 84. RGB value is (210,132,132). Sum of RGB (Red+Green+Blue) = 210+132+132=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D28484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28484 is #2D7B7B. Grayscale: #9B9B9B. Windows color (decimal): -2980732 or 8684754. OLE color: 8684754.

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

Color convert

RGB210132132-
CMYK00.370.370.18
HSL46.43%67.06%-
HSV(B)37.14%82.35%-
XYZ38.9931.8725.93-
YUV155.32114.84167-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=44.30%
G=27.85%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013213200.370.370.18046.4367.06
HexD28484025251202e43
Octal3222042040454522056103
Binary11010010100001001000010001001011001011001001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28484; }

 p { color: rgb(210,132,132); }

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

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

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

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

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

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

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