Html Css Color HEX #DD8A89 Sea Pink

📋 copy color: '#DD8A89'

red 221 ◦ green 138 ◦ blue 137

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

Shades of Sea Pink #DD8A89

Tints of Sea Pink #DD8A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 44.56%
G = 27.82%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8A89 (or 0xDD8A89) is known color: Sea Pink. HEX triplet: DD, 8A and 89. RGB value is (221,138,137). Sum of RGB (Red+Green+Blue) = 221+138+137=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A89 is #227576. Grayscale: #A2A2A2. Windows color (decimal): -2258295 or 9013981. OLE color: 9013981.

HSL color Cylindrical-coordinate representation of color #DD8A89: hue angle of 0.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8A89 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 137 -
CMYK 0 0.38 0.38 0.13
HSL 0.71º 0.55% 0.7% -
HSV(B) 0.71º 0.38% 0.87% -
XYZ 43.42 35.36 28.2 -
YUV 162.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 221 138 137 0 0.38 0.38 0.13 0.71 0.55 0.7
Hex DD 8A 89 0 26 26 D 1 37 46
Octal 335 212 211 0 46 46 15 1 67 106
Binary 11011101 10001010 10001001 0 100110 100110 1101 1 110111 1000110

Color Harmonies of #DD8A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A89

Black with #DD8A89

Text Example


Text Example

White with #DD8A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A89; }

 p { color: rgb(221,138,137); }

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

background-color css

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

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

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

border-color css

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

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

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