#DD33D0

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

Shades of Razzle Dazzle Rose #DD33D0

Tints of Razzle Dazzle Rose #DD33D0

Color information

#DD33D0 (or 0xDD33D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and D0. RGB value is (221,51,208). Sum of RGB (Red+Green+Blue) = 221+51+208=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33D0 is #22CC2F. Grayscale: #777777. Windows color (decimal): -2280496 or 13644765. OLE color: 13644765.

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

Color convert

RGB22151208-
CMYK00.770.060.13
HSL304.59º71.43%53.33%-
HSV(B)304.59º76.92%86.67%-
XYZ42.3922.2961.74-
YUV119.73177.82200.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 51 (20.31% from 255) = 10.62%
BLUE value IS 208 (81.64% from 255) = 43.33%
R=46.04%
G=10.62%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215120800.770.060.13304.5971.4353.33
HexDD33D004D6D1314735
Octal33563320011561546110765
Binary11011101110011110100000100110111011011001100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33D0; }

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

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

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

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

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

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

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

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