Html Css Color HEX #DD30D9 Razzle Dazzle Rose

📋 copy color: '#DD30D9'

red 221 ◦ green 48 ◦ blue 217

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

Shades of Razzle Dazzle Rose #DD30D9

Tints of Razzle Dazzle Rose #DD30D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 45.47%
G = 9.88%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD30D9 (or 0xDD30D9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and D9. RGB value is (221,48,217). Sum of RGB (Red+Green+Blue) = 221+48+217=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30D9 is #22CF26. Grayscale: #767676. Windows color (decimal): -2281255 or 14233821. OLE color: 14233821.

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

Color convert

RGB 221 48 217 -
CMYK 0 0.78 0.02 0.13
HSL 301.39º 0.72% 0.53% -
HSV(B) 301.39º 0.78% 0.87% -
XYZ 43.4 22.5 67.7 -
YUV 118.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 221 48 217 0 0.78 0.02 0.13 301.39 0.72 0.53
Hex DD 30 D9 0 4E 2 D 12D 48 35
Octal 335 60 331 0 116 2 15 455 110 65
Binary 11011101 110000 11011001 0 1001110 10 1101 100101101 1001000 110101

Color Harmonies of #DD30D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30D9

Black with #DD30D9

Text Example


Text Example

White with #DD30D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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