Html Css Color HEX #DD8482 Sea Pink

📋 copy color: '#DD8482'

red 221 ◦ green 132 ◦ blue 130

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

Shades of Sea Pink #DD8482

Tints of Sea Pink #DD8482

RGB

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

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

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

R = 45.76%
G = 27.33%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD8482 (or 0xDD8482) is known color: Sea Pink. HEX triplet: DD, 84 and 82. RGB value is (221,132,130). Sum of RGB (Red+Green+Blue) = 221+132+130=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8482 is #227B7D. Grayscale: #9E9E9E. Windows color (decimal): -2259838 or 8553693. OLE color: 8553693.

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

Color convert

RGB 221 132 130 -
CMYK 0 0.40 0.41 0.13
HSL 1.32º 0.57% 0.69% -
HSV(B) 1.32º 0.41% 0.87% -
XYZ 42.1 33.49 25.36 -
YUV 158.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 221 132 130 0 0.40 0.41 0.13 1.32 0.57 0.69
Hex DD 84 82 0 28 29 D 1 39 45
Octal 335 204 202 0 50 51 15 1 71 105
Binary 11011101 10000100 10000010 0 101000 101001 1101 1 111001 1000101

Color Harmonies of #DD8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8482

Black with #DD8482

Text Example


Text Example

White with #DD8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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