Html Css Color HEX #DD8582 Sea Pink

📋 copy color: '#DD8582'

red 221 ◦ green 133 ◦ blue 130

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

Shades of Sea Pink #DD8582

Tints of Sea Pink #DD8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

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

R = 45.66%
G = 27.48%
B = 26.86%

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

#DD8582 (or 0xDD8582) is known color: Sea Pink. HEX triplet: DD, 85 and 82. RGB value is (221,133,130). Sum of RGB (Red+Green+Blue) = 221+133+130=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8582 is #227A7D. Grayscale: #9F9F9F. Windows color (decimal): -2259582 or 8553949. OLE color: 8553949.

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

Color convert

RGB 221 133 130 -
CMYK 0 0.40 0.41 0.13
HSL 1.98º 0.57% 0.69% -
HSV(B) 1.98º 0.41% 0.87% -
XYZ 42.24 33.76 25.41 -
YUV 158.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 221 133 130 0 0.40 0.41 0.13 1.98 0.57 0.69
Hex DD 85 82 0 28 29 D 2 39 45
Octal 335 205 202 0 50 51 15 2 71 105
Binary 11011101 10000101 10000010 0 101000 101001 1101 10 111001 1000101

Color Harmonies of #DD8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8582

Black with #DD8582

Text Example


Text Example

White with #DD8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8582; }

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

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

background-color css

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

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

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

border-color css

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

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

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