#dd33d3

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

Shades of Razzle Dazzle Rose #DD33D3

Tints of Razzle Dazzle Rose #DD33D3

Color information

#DD33D3 (or 0xDD33D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and D3. RGB value is (221,51,211). Sum of RGB (Red+Green+Blue) = 221+51+211=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D3 is #22CC2C. Grayscale: #777777. Windows color (decimal): -2280493 or 13841373. OLE color: 13841373.

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

Color convert

RGB22151211-
CMYK00.770.050.13
HSL303.53º71.43%53.33%-
HSV(B)303.53º76.92%86.67%-
XYZ42.7622.4463.71-
YUV120.07179.32199.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 51 (20.31% from 255) = 10.56%
BLUE value IS 211 (82.81% from 255) = 43.69%
R=45.76%
G=10.56%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215121100.770.050.13303.5371.4353.33
HexDD33D304D5D1304735
Octal33563323011551546010765
Binary11011101110011110100110100110110111011001100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd33d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd33d3; }

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

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

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

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

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

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

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

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