#DD33B4

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

Shades of Razzle Dazzle Rose #DD33B4

Tints of Razzle Dazzle Rose #DD33B4

Color information

#DD33B4 (or 0xDD33B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and B4. RGB value is (221,51,180). Sum of RGB (Red+Green+Blue) = 221+51+180=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33B4 is #22CC4B. Grayscale: #747474. Windows color (decimal): -2280524 or 11809757. OLE color: 11809757.

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

Color convert

RGB22151180-
CMYK00.770.190.13
HSL314.47º71.43%53.33%-
HSV(B)314.47º76.92%86.67%-
XYZ39.2421.0445.17-
YUV116.54163.82202.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 51 (20.31% from 255) = 11.28%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=48.89%
G=11.28%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215118000.770.190.13314.4771.4353.33
HexDD33B404D13D13a4735
Octal335632640115231547210765
Binary1101110111001110110100010011011001111011001110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33B4; }

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

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

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

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

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

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

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

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