Html Css Color HEX #DD8A88 Sea Pink

📋 copy color: '#DD8A88'

red 221 ◦ green 138 ◦ blue 136

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

Shades of Sea Pink #DD8A88

Tints of Sea Pink #DD8A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 44.65%
G = 27.88%
B = 27.47%

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

#DD8A88 (or 0xDD8A88) is known color: Sea Pink. HEX triplet: DD, 8A and 88. RGB value is (221,138,136). Sum of RGB (Red+Green+Blue) = 221+138+136=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A88 is #227577. Grayscale: #A2A2A2. Windows color (decimal): -2258296 or 8948445. OLE color: 8948445.

HSL color Cylindrical-coordinate representation of color #DD8A88: hue angle of 1.41º degrees, saturation: 0.56, 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 #DD8A88 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 136 -
CMYK 0 0.38 0.38 0.13
HSL 1.41º 0.56% 0.7% -
HSV(B) 1.41º 0.38% 0.87% -
XYZ 43.35 35.33 27.83 -
YUV 162.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 221 138 136 0 0.38 0.38 0.13 1.41 0.56 0.7
Hex DD 8A 88 0 26 26 D 1 38 46
Octal 335 212 210 0 46 46 15 1 70 106
Binary 11011101 10001010 10001000 0 100110 100110 1101 1 111000 1000110

Color Harmonies of #DD8A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A88

Black with #DD8A88

Text Example


Text Example

White with #DD8A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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