Html Css Color HEX #DD949E Can Can

📋 copy color: '#DD949E'

red 221 ◦ green 148 ◦ blue 158

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

Shades of Can Can #DD949E

Tints of Can Can #DD949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

 BLUE value IS 158 (62.11% from 255) = 29.98%

R = 41.94%
G = 28.08%
B = 29.98%

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

#DD949E (or 0xDD949E) is known color: Can Can. HEX triplet: DD, 94 and 9E. RGB value is (221,148,158). Sum of RGB (Red+Green+Blue) = 221+148+158=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD949E is #226B61. Grayscale: #ABABAB. Windows color (decimal): -2255714 or 10392797. OLE color: 10392797.

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

Color convert

RGB 221 148 158 -
CMYK 0 0.33 0.29 0.13
HSL 351.78º 0.52% 0.72% -
HSV(B) 351.78º 0.33% 0.87% -
XYZ 46.58 39.02 37.42 -
YUV 170.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 221 148 158 0 0.33 0.29 0.13 351.78 0.52 0.72
Hex DD 94 9E 0 21 1D D 160 34 48
Octal 335 224 236 0 41 35 15 540 64 110
Binary 11011101 10010100 10011110 0 100001 11101 1101 101100000 110100 1001000

Color Harmonies of #DD949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD949E

Black with #DD949E

Text Example


Text Example

White with #DD949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD949E; }

 p { color: rgb(221,148,158); }

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

background-color css

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

 a { background-color: rgb(221,148,158); }

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

border-color css

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

 span { border-color: rgb(221,148,158); }

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