Html Css Color HEX #DD8885 Sea Pink

📋 copy color: '#DD8885'

red 221 ◦ green 136 ◦ blue 133

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

Shades of Sea Pink #DD8885

Tints of Sea Pink #DD8885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.76%

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 45.1%
G = 27.76%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD8885 (or 0xDD8885) is known color: Sea Pink. HEX triplet: DD, 88 and 85. RGB value is (221,136,133). Sum of RGB (Red+Green+Blue) = 221+136+133=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8885 is #22777A. Grayscale: #A1A1A1. Windows color (decimal): -2258811 or 8751325. OLE color: 8751325.

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

Color convert

RGB 221 136 133 -
CMYK 0 0.38 0.40 0.13
HSL 2.05º 0.56% 0.69% -
HSV(B) 2.05º 0.4% 0.87% -
XYZ 42.86 34.67 26.62 -
YUV 161.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 221 136 133 0 0.38 0.40 0.13 2.05 0.56 0.69
Hex DD 88 85 0 26 28 D 2 38 45
Octal 335 210 205 0 46 50 15 2 70 105
Binary 11011101 10001000 10000101 0 100110 101000 1101 10 111000 1000101

Color Harmonies of #DD8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8885

Black with #DD8885

Text Example


Text Example

White with #DD8885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8885; }

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

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

background-color css

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

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

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

border-color css

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

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

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