Html Css Color HEX #DD8181 Sea Pink

📋 copy color: '#DD8181'

red 221 ◦ green 129 ◦ blue 129

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

Shades of Sea Pink #DD8181

Tints of Sea Pink #DD8181

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.93%

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

R = 46.14%
G = 26.93%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD8181 (or 0xDD8181) is known color: Sea Pink. HEX triplet: DD, 81 and 81. RGB value is (221,129,129). Sum of RGB (Red+Green+Blue) = 221+129+129=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8181 is #227E7E. Grayscale: #9C9C9C. Windows color (decimal): -2260607 or 8487389. OLE color: 8487389.

HSL color Cylindrical-coordinate representation of color #DD8181: 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.42%. Process color model (Four color, CMYK) of #DD8181 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 129 -
CMYK 0 0.42 0.42 0.13
HSL 0.58% 0.69% -
HSV(B) 0.42% 0.87% -
XYZ 41.63 32.66 24.88 -
YUV 156.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 221 129 129 0 0.42 0.42 0.13 0 0.58 0.69
Hex DD 81 81 0 2A 2A D 0 3A 45
Octal 335 201 201 0 52 52 15 0 72 105
Binary 11011101 10000001 10000001 0 101010 101010 1101 0 111010 1000101

Color Harmonies of #DD8181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8181

Black with #DD8181

Text Example


Text Example

White with #DD8181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8181; }

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

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

background-color css

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

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

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

border-color css

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

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

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