#DD33D4

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

Shades of Razzle Dazzle Rose #DD33D4

Tints of Razzle Dazzle Rose #DD33D4

Color information

#DD33D4 (or 0xDD33D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and D4. RGB value is (221,51,212). Sum of RGB (Red+Green+Blue) = 221+51+212=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D4 is #22CC2B. Grayscale: #777777. Windows color (decimal): -2280492 or 13906909. OLE color: 13906909.

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

Color convert

RGB22151212-
CMYK00.770.040.13
HSL303.18º71.43%53.33%-
HSV(B)303.18º76.92%86.67%-
XYZ42.8922.4964.37-
YUV120.18179.82199.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 51 (20.31% from 255) = 10.54%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=45.66%
G=10.54%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215121200.770.040.13303.1871.4353.33
HexDD33D404D4D12f4735
Octal33563324011541545710765
Binary11011101110011110101000100110110011011001011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33D4; }

 p { color: rgb(221,51,212); }

 H1.HeaderClassName
 {
   color: #DD33D4;
 }
 .AnyTagClassName
 {
   color: #DD33D4;
 }
</style>
background-color css

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

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

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

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

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

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