Html Css Color HEX #DD959D Can Can

📋 copy color: '#DD959D'

red 221 ◦ green 149 ◦ blue 157

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

Shades of Can Can #DD959D

Tints of Can Can #DD959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.27%

 BLUE value IS 157 (61.72% from 255) = 29.79%

R = 41.94%
G = 28.27%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD959D (or 0xDD959D) is known color: Can Can. HEX triplet: DD, 95 and 9D. RGB value is (221,149,157). Sum of RGB (Red+Green+Blue) = 221+149+157=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD959D is #226A62. Grayscale: #ABABAB. Windows color (decimal): -2255459 or 10327517. OLE color: 10327517.

HSL color Cylindrical-coordinate representation of color #DD959D: hue angle of 353.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD959D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 157 -
CMYK 0 0.33 0.29 0.13
HSL 353.33º 0.51% 0.73% -
HSV(B) 353.33º 0.33% 0.87% -
XYZ 46.65 39.3 37.03 -
YUV 171.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 221 149 157 0 0.33 0.29 0.13 353.33 0.51 0.73
Hex DD 95 9D 0 21 1D D 161 33 49
Octal 335 225 235 0 41 35 15 541 63 111
Binary 11011101 10010101 10011101 0 100001 11101 1101 101100001 110011 1001001

Color Harmonies of #DD959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD959D

Black with #DD959D

Text Example


Text Example

White with #DD959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD959D; }

 p { color: rgb(221,149,157); }

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

background-color css

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

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

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

border-color css

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

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

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