#dd3ab6

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

Shades of Razzle Dazzle Rose #DD3AB6

Tints of Razzle Dazzle Rose #DD3AB6

Color information

#DD3AB6 (or 0xDD3AB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 3A and B6. RGB value is (221,58,182). Sum of RGB (Red+Green+Blue) = 221+58+182=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3AB6 is #22C549. Grayscale: #787878. Windows color (decimal): -2278730 or 11942621. OLE color: 11942621.

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

Color convert

RGB22158182-
CMYK00.740.180.13
HSL314.36º70.56%54.71%-
HSV(B)314.36º73.76%86.67%-
XYZ39.7821.7846.36-
YUV120.87162.5199.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 58 (23.05% from 255) = 12.58%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=47.94%
G=12.58%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215818200.740.180.13314.3670.5654.71
HexDD3AB604A12D13a4737
Octal335722660112221547210767
Binary1101110111101010110110010010101001011011001110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3ab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3ab6; }

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

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

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

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

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

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

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

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