Html Css Color HEX #DD8382 Sea Pink

📋 copy color: '#DD8382'

red 221 ◦ green 131 ◦ blue 130

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

Shades of Sea Pink #DD8382

Tints of Sea Pink #DD8382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

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

R = 45.85%
G = 27.18%
B = 26.97%

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

#DD8382 (or 0xDD8382) is known color: Sea Pink. HEX triplet: DD, 83 and 82. RGB value is (221,131,130). Sum of RGB (Red+Green+Blue) = 221+131+130=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8382 is #227C7D. Grayscale: #9D9D9D. Windows color (decimal): -2260094 or 8553437. OLE color: 8553437.

HSL color Cylindrical-coordinate representation of color #DD8382: hue angle of 0.66º 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 #DD8382 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 130 -
CMYK 0 0.41 0.41 0.13
HSL 0.66º 0.57% 0.69% -
HSV(B) 0.66º 0.41% 0.87% -
XYZ 41.96 33.22 25.32 -
YUV 157.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 221 131 130 0 0.41 0.41 0.13 0.66 0.57 0.69
Hex DD 83 82 0 29 29 D 1 39 45
Octal 335 203 202 0 51 51 15 1 71 105
Binary 11011101 10000011 10000010 0 101001 101001 1101 1 111001 1000101

Color Harmonies of #DD8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8382

Black with #DD8382

Text Example


Text Example

White with #DD8382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8382; }

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

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

background-color css

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

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

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

border-color css

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

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

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