Html Css Color HEX #DD8282 Sea Pink

📋 copy color: '#DD8282'

red 221 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #DD8282

Tints of Sea Pink #DD8282

RGB

 RED value IS 221 (86.72% from 255) = 45.95%

 GREEN value IS 130 (51.17% from 255) = 27.03%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 45.95%
G = 27.03%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD8282 (or 0xDD8282) is known color: Sea Pink. HEX triplet: DD, 82 and 82. RGB value is (221,130,130). Sum of RGB (Red+Green+Blue) = 221+130+130=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8282 is #227D7D. Grayscale: #9D9D9D. Windows color (decimal): -2260350 or 8553181. OLE color: 8553181.

HSL color Cylindrical-coordinate representation of color #DD8282: hue angle of 0º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8282 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 130 -
CMYK 0 0.41 0.41 0.13
HSL 0.57% 0.69% -
HSV(B) 0.41% 0.87% -
XYZ 41.83 32.95 25.27 -
YUV 157.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 221 130 130 0 0.41 0.41 0.13 0 0.57 0.69
Hex DD 82 82 0 29 29 D 0 39 45
Octal 335 202 202 0 51 51 15 0 71 105
Binary 11011101 10000010 10000010 0 101001 101001 1101 0 111001 1000101

Color Harmonies of #DD8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8282

Black with #DD8282

Text Example


Text Example

White with #DD8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8282; }

 p { color: rgb(221,130,130); }

 H1.HeaderClassName
 {
   color: #DD8282;
 }
 .AnyTagClassName
 {
   color: #DD8282;
 }
</style>

background-color css

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

 a { background-color: rgb(221,130,130); }

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

border-color css

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

 span { border-color: rgb(221,130,130); }

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