Html Css Color HEX #DD30DD Razzle Dazzle Rose

📋 copy color: '#DD30DD'

red 221 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DD30DD

Tints of Razzle Dazzle Rose #DD30DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.8%

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 45.1%
G = 9.8%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD30DD (or 0xDD30DD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and DD. RGB value is (221,48,221). Sum of RGB (Red+Green+Blue) = 221+48+221=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30DD is #22CF22. Grayscale: #767676. Windows color (decimal): -2281251 or 14495965. OLE color: 14495965.

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

Color convert

RGB 221 48 221 -
CMYK 0 0.78 0 0.13
HSL 300º 0.72% 0.53% -
HSV(B) 300º 0.78% 0.87% -
XYZ 43.93 22.71 70.47 -
YUV 119.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 221 48 221 0 0.78 0 0.13 300 0.72 0.53
Hex DD 30 DD 0 4E 0 D 12C 48 35
Octal 335 60 335 0 116 0 15 454 110 65
Binary 11011101 110000 11011101 0 1001110 0 1101 100101100 1001000 110101

Color Harmonies of #DD30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30DD

Black with #DD30DD

Text Example


Text Example

White with #DD30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30DD; }

 p { color: rgb(221,48,221); }

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

background-color css

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

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

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

border-color css

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

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

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