Html Css Color HEX #DD8481 Sea Pink

📋 copy color: '#DD8481'

red 221 ◦ green 132 ◦ blue 129

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

Shades of Sea Pink #DD8481

Tints of Sea Pink #DD8481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 45.85%
G = 27.39%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD8481 (or 0xDD8481) is known color: Sea Pink. HEX triplet: DD, 84 and 81. RGB value is (221,132,129). Sum of RGB (Red+Green+Blue) = 221+132+129=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8481 is #227B7E. Grayscale: #9E9E9E. Windows color (decimal): -2259839 or 8488157. OLE color: 8488157.

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

Color convert

RGB 221 132 129 -
CMYK 0 0.40 0.42 0.13
HSL 1.96º 0.58% 0.69% -
HSV(B) 1.96º 0.42% 0.87% -
XYZ 42.03 33.46 25.01 -
YUV 158.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 221 132 129 0 0.40 0.42 0.13 1.96 0.58 0.69
Hex DD 84 81 0 28 2A D 2 3A 45
Octal 335 204 201 0 50 52 15 2 72 105
Binary 11011101 10000100 10000001 0 101000 101010 1101 10 111010 1000101

Color Harmonies of #DD8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8481

Black with #DD8481

Text Example


Text Example

White with #DD8481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8481; }

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

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

background-color css

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

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

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

border-color css

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

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

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