#DD3BBA

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

Shades of Razzle Dazzle Rose #DD3BBA

Tints of Razzle Dazzle Rose #DD3BBA

Color information

#DD3BBA (or 0xDD3BBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 3B and BA. RGB value is (221,59,186). Sum of RGB (Red+Green+Blue) = 221+59+186=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BBA is #22C445. Grayscale: #797979. Windows color (decimal): -2278470 or 12205021. OLE color: 12205021.

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

Color convert

RGB22159186-
CMYK00.730.160.13
HSL312.96º70.43%54.9%-
HSV(B)312.96º73.3%86.67%-
XYZ40.2522.0548.59-
YUV121.92164.17198.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 59 (23.44% from 255) = 12.66%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=47.42%
G=12.66%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215918600.730.160.13312.9670.4354.9
HexDD3BBA04910D1394637
Octal335732720111201547110667
Binary1101110111101110111010010010011000011011001110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3BBA; }

 p { color: rgb(221,59,186); }

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

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

 a { background-color: rgb(221,59,186); }

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

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

 span { border-color: rgb(221,59,186); }

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