#DD30DD

Color #DD30DD Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DD30DD

Tints of Razzle Dazzle Rose #DD30DD

Color information

#DD30DD (or 0xDD30DD) is unknown color: approx 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

RGB22148221-
CMYK00.7800.13
HSL300º71.78%52.75%-
HSV(B)300º78.28%86.67%-
XYZ43.9322.7170.47-
YUV119.45185.31200.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 48 (19.14% from 255) = 9.80%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=45.10%
G=9.80%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214822100.7800.1330071.7852.75
HexDD30DD04E0D12c4835
Octal33560335011601545411065
Binary110111011100001101110101001110011011001011001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD30DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>