Html Css Color HEX #DD32CE Razzle Dazzle Rose

📋 copy color: '#DD32CE'

red 221 ◦ green 50 ◦ blue 206

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

Shades of Razzle Dazzle Rose #DD32CE

Tints of Razzle Dazzle Rose #DD32CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 46.33%
G = 10.48%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD32CE (or 0xDD32CE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and CE. RGB value is (221,50,206). Sum of RGB (Red+Green+Blue) = 221+50+206=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32CE is #22CD31. Grayscale: #767676. Windows color (decimal): -2280754 or 13513437. OLE color: 13513437.

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

Color convert

RGB 221 50 206 -
CMYK 0 0.77 0.07 0.13
HSL 305.26º 0.72% 0.53% -
HSV(B) 305.26º 0.77% 0.87% -
XYZ 42.1 22.11 60.44 -
YUV 118.91 177.15 200.82 -
System Red Green Blue C M Y K H S L
Decimal 221 50 206 0 0.77 0.07 0.13 305.26 0.72 0.53
Hex DD 32 CE 0 4D 7 D 131 48 35
Octal 335 62 316 0 115 7 15 461 110 65
Binary 11011101 110010 11001110 0 1001101 111 1101 100110001 1001000 110101

Color Harmonies of #DD32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32CE

Black with #DD32CE

Text Example


Text Example

White with #DD32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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