Html Css Color HEX #DD889B Can Can

📋 copy color: '#DD889B'

red 221 ◦ green 136 ◦ blue 155

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

Shades of Can Can #DD889B

Tints of Can Can #DD889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.27%

R = 43.16%
G = 26.56%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD889B (or 0xDD889B) is known color: Can Can. HEX triplet: DD, 88 and 9B. RGB value is (221,136,155). Sum of RGB (Red+Green+Blue) = 221+136+155=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD889B is #227764. Grayscale: #A3A3A3. Windows color (decimal): -2258789 or 10193117. OLE color: 10193117.

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

Color convert

RGB 221 136 155 -
CMYK 0 0.38 0.30 0.13
HSL 346.59º 0.56% 0.7% -
HSV(B) 346.59º 0.38% 0.87% -
XYZ 44.54 35.35 35.49 -
YUV 163.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 221 136 155 0 0.38 0.30 0.13 346.59 0.56 0.7
Hex DD 88 9B 0 26 1E D 15B 38 46
Octal 335 210 233 0 46 36 15 533 70 106
Binary 11011101 10001000 10011011 0 100110 11110 1101 101011011 111000 1000110

Color Harmonies of #DD889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD889B

Black with #DD889B

Text Example


Text Example

White with #DD889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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