Html Css Color HEX #DD32A6 Deep Cerise

📋 copy color: '#DD32A6'

red 221 ◦ green 50 ◦ blue 166

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

Shades of Deep Cerise #DD32A6

Tints of Deep Cerise #DD32A6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.44%

 BLUE value IS 166 (65.23% from 255) = 37.99%

R = 50.57%
G = 11.44%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD32A6 (or 0xDD32A6) is known color: Deep Cerise. HEX triplet: DD, 32 and A6. RGB value is (221,50,166). Sum of RGB (Red+Green+Blue) = 221+50+166=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32A6 is #22CD59. Grayscale: #727272. Windows color (decimal): -2280794 or 10891997. OLE color: 10891997.

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

Color convert

RGB 221 50 166 -
CMYK 0 0.77 0.25 0.13
HSL 319.3º 0.72% 0.53% -
HSV(B) 319.3º 0.77% 0.87% -
XYZ 37.84 20.41 38.02 -
YUV 114.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 221 50 166 0 0.77 0.25 0.13 319.3 0.72 0.53
Hex DD 32 A6 0 4D 19 D 13F 48 35
Octal 335 62 246 0 115 31 15 477 110 65
Binary 11011101 110010 10100110 0 1001101 11001 1101 100111111 1001000 110101

Color Harmonies of #DD32A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32A6

Black with #DD32A6

Text Example


Text Example

White with #DD32A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32A6; }

 p { color: rgb(221,50,166); }

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

background-color css

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

 a { background-color: rgb(221,50,166); }

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

border-color css

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

 span { border-color: rgb(221,50,166); }

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