#DA33B9

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

Shades of Razzle Dazzle Rose #DA33B9

Tints of Razzle Dazzle Rose #DA33B9

Color information

#DA33B9 (or 0xDA33B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 33 and B9. RGB value is (218,51,185). Sum of RGB (Red+Green+Blue) = 218+51+185=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33B9 is #25CC46. Grayscale: #737373. Windows color (decimal): -2477127 or 12137434. OLE color: 12137434.

HSL color Cylindrical-coordinate representation of color #DA33B9: hue angle of 311.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA33B9 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB21851185-
CMYK00.770.150.15
HSL311.86º69.29%52.75%-
HSV(B)311.86º76.61%85.49%-
XYZ38.8520.7847.86-
YUV116.21166.83200.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 51 (20.31% from 255) = 11.23%
BLUE value IS 185 (72.66% from 255) = 40.75%
R=48.02%
G=11.23%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185118500.770.150.15311.8669.2952.75
HexDA33B904DFF1384535
Octal332632710115171747010565
Binary110110101100111011100101001101111111111001110001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA33B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA33B9; }

 p { color: rgb(218,51,185); }

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

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

 a { background-color: rgb(218,51,185); }

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

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

 span { border-color: rgb(218,51,185); }

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