Html Css Color HEX #D28484 Sea Pink

📋 copy color: '#D28484'

red 210 ◦ green 132 ◦ blue 132

#D28484
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #D28484

Tints of Sea Pink #D28484

RGB

 RED value IS 210 (82.42% from 255) = 44.3%

 GREEN value IS 132 (51.95% from 255) = 27.85%

 BLUE value IS 132 (51.95% from 255) = 27.85%

R = 44.3%
G = 27.85%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D28484 (or 0xD28484) is known color: 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

RGB 210 132 132 -
CMYK 0 0.37 0.37 0.18
HSL 0.46% 0.67% -
HSV(B) 0.37% 0.82% -
XYZ 38.99 31.87 25.93 -
YUV 155.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 210 132 132 0 0.37 0.37 0.18 0 0.46 0.67
Hex D2 84 84 0 25 25 12 0 2E 43
Octal 322 204 204 0 45 45 22 0 56 103
Binary 11010010 10000100 10000100 0 100101 100101 10010 0 101110 1000011

Color Harmonies of #D28484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28484

Black with #D28484

Text Example


Text Example

White with #D28484

Text Example


Text Example

HTML Codes & Css Web 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>