#DD3EC1

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

Shades of Razzle Dazzle Rose #DD3EC1

Tints of Razzle Dazzle Rose #DD3EC1

Color information

#DD3EC1 (or 0xDD3EC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 3E and C1. RGB value is (221,62,193). Sum of RGB (Red+Green+Blue) = 221+62+193=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3EC1 is #22C13E. Grayscale: #7C7C7C. Windows color (decimal): -2277695 or 12664541. OLE color: 12664541.

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

Color convert

RGB22162193-
CMYK00.720.130.13
HSL310.57º70.04%55.49%-
HSV(B)310.57º71.95%86.67%-
XYZ41.1722.6752.66-
YUV124.48166.68196.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 62 (24.61% from 255) = 13.03%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=46.43%
G=13.03%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216219300.720.130.13310.5770.0455.49
HexDD3EC1048DD1374637
Octal335763010110151546710667
Binary110111011111101100000101001000110111011001101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3EC1; }

 p { color: rgb(221,62,193); }

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

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

 a { background-color: rgb(221,62,193); }

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

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

 span { border-color: rgb(221,62,193); }

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