Html Css Color HEX #DD32D7 Razzle Dazzle Rose

📋 copy color: '#DD32D7'

red 221 ◦ green 50 ◦ blue 215

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

Shades of Razzle Dazzle Rose #DD32D7

Tints of Razzle Dazzle Rose #DD32D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 45.47%
G = 10.29%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD32D7 (or 0xDD32D7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and D7. RGB value is (221,50,215). Sum of RGB (Red+Green+Blue) = 221+50+215=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32D7 is #22CD28. Grayscale: #777777. Windows color (decimal): -2280745 or 14103261. OLE color: 14103261.

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

Color convert

RGB 221 50 215 -
CMYK 0 0.77 0.03 0.13
HSL 302.11º 0.72% 0.53% -
HSV(B) 302.11º 0.77% 0.87% -
XYZ 43.23 22.56 66.37 -
YUV 119.94 181.65 200.08 -
System Red Green Blue C M Y K H S L
Decimal 221 50 215 0 0.77 0.03 0.13 302.11 0.72 0.53
Hex DD 32 D7 0 4D 3 D 12E 48 35
Octal 335 62 327 0 115 3 15 456 110 65
Binary 11011101 110010 11010111 0 1001101 11 1101 100101110 1001000 110101

Color Harmonies of #DD32D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32D7

Black with #DD32D7

Text Example


Text Example

White with #DD32D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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