Html Css Color HEX #DD32CD Razzle Dazzle Rose

📋 copy color: '#DD32CD'

red 221 ◦ green 50 ◦ blue 205

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

Shades of Razzle Dazzle Rose #DD32CD

Tints of Razzle Dazzle Rose #DD32CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 46.43%
G = 10.5%
B = 43.07%

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

#DD32CD (or 0xDD32CD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and CD. RGB value is (221,50,205). Sum of RGB (Red+Green+Blue) = 221+50+205=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32CD is #22CD32. Grayscale: #767676. Windows color (decimal): -2280755 or 13447901. OLE color: 13447901.

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

Color convert

RGB 221 50 205 -
CMYK 0 0.77 0.07 0.13
HSL 305.61º 0.72% 0.53% -
HSV(B) 305.61º 0.77% 0.87% -
XYZ 41.98 22.06 59.8 -
YUV 118.8 176.65 200.9 -
System Red Green Blue C M Y K H S L
Decimal 221 50 205 0 0.77 0.07 0.13 305.61 0.72 0.53
Hex DD 32 CD 0 4D 7 D 132 48 35
Octal 335 62 315 0 115 7 15 462 110 65
Binary 11011101 110010 11001101 0 1001101 111 1101 100110010 1001000 110101

Color Harmonies of #DD32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32CD

Black with #DD32CD

Text Example


Text Example

White with #DD32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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