#DD2ACC

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

Shades of Razzle Dazzle Rose #DD2ACC

Tints of Razzle Dazzle Rose #DD2ACC

Color information

#DD2ACC (or 0xDD2ACC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 2A and CC. RGB value is (221,42,204). Sum of RGB (Red+Green+Blue) = 221+42+204=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ACC is #22D533. Grayscale: #717171. Windows color (decimal): -2282804 or 13380317. OLE color: 13380317.

HSL color Cylindrical-coordinate representation of color #DD2ACC: hue angle of 305.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2ACC is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22142204-
CMYK00.810.080.13
HSL305.7º72.47%51.57%-
HSV(B)305.7º81%86.67%-
XYZ41.5521.3959.07-
YUV113.99178.8204.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 42 (16.80% from 255) = 8.99%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=47.32%
G=8.99%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214220400.810.080.13305.772.4751.57
HexDD2ACC0518D1324834
Octal335523140121101546211064
Binary110111011010101100110001010001100011011001100101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2ACC; }

 p { color: rgb(221,42,204); }

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

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

 a { background-color: rgb(221,42,204); }

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

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

 span { border-color: rgb(221,42,204); }

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