#DA33C0

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

Shades of Razzle Dazzle Rose #DA33C0

Tints of Razzle Dazzle Rose #DA33C0

Color information

#DA33C0 (or 0xDA33C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 33 and C0. RGB value is (218,51,192). Sum of RGB (Red+Green+Blue) = 218+51+192=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33C0 is #25CC3F. Grayscale: #747474. Windows color (decimal): -2477120 or 12596186. OLE color: 12596186.

HSL color Cylindrical-coordinate representation of color #DA33C0: hue angle of 309.34º 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 #DA33C0 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21851192-
CMYK00.770.120.15
HSL309.34º69.29%52.75%-
HSV(B)309.34º76.61%85.49%-
XYZ39.6121.0851.85-
YUV117.01170.33200.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 51 (20.31% from 255) = 11.06%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=47.29%
G=11.06%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185119200.770.120.15309.3469.2952.75
HexDA33C004DCF1354535
Octal332633000115141746510565
Binary110110101100111100000001001101110011111001101011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA33C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA33C0; }

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

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

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

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

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

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

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

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