#DD33B6

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

Shades of Razzle Dazzle Rose #DD33B6

Tints of Razzle Dazzle Rose #DD33B6

Color information

#DD33B6 (or 0xDD33B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and B6. RGB value is (221,51,182). Sum of RGB (Red+Green+Blue) = 221+51+182=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33B6 is #22CC49. Grayscale: #747474. Windows color (decimal): -2280522 or 11940829. OLE color: 11940829.

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

Color convert

RGB22151182-
CMYK00.770.180.13
HSL313.76º71.43%53.33%-
HSV(B)313.76º76.92%86.67%-
XYZ39.4521.1246.25-
YUV116.76164.82202.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 51 (20.31% from 255) = 11.23%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=48.68%
G=11.23%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215118200.770.180.13313.7671.4353.33
HexDD33B604D12D13a4735
Octal335632660115221547210765
Binary1101110111001110110110010011011001011011001110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33B6; }

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

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

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

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

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

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

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

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