#DD33C9

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

Shades of Razzle Dazzle Rose #DD33C9

Tints of Razzle Dazzle Rose #DD33C9

Color information

#DD33C9 (or 0xDD33C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and C9. RGB value is (221,51,201). Sum of RGB (Red+Green+Blue) = 221+51+201=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33C9 is #22CC36. Grayscale: #767676. Windows color (decimal): -2280503 or 13186013. OLE color: 13186013.

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

Color convert

RGB22151201-
CMYK00.770.090.13
HSL307.06º71.43%53.33%-
HSV(B)307.06º76.92%86.67%-
XYZ41.5521.9657.31-
YUV118.93174.32200.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 51 (20.31% from 255) = 10.78%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=46.72%
G=10.78%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215120100.770.090.13307.0671.4353.33
HexDD33C904D9D1334735
Octal335633110115111546310765
Binary110111011100111100100101001101100111011001100111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33C9; }

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

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

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

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

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

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

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

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