#DA33BE

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

Shades of Razzle Dazzle Rose #DA33BE

Tints of Razzle Dazzle Rose #DA33BE

Color information

#DA33BE (or 0xDA33BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 33 and BE. RGB value is (218,51,190). Sum of RGB (Red+Green+Blue) = 218+51+190=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33BE is #25CC41. Grayscale: #747474. Windows color (decimal): -2477122 or 12465114. OLE color: 12465114.

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

Color convert

RGB21851190-
CMYK00.770.130.15
HSL310.06º69.29%52.75%-
HSV(B)310.06º76.61%85.49%-
XYZ39.3920.9950.69-
YUV116.78169.33200.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 51 (20.31% from 255) = 11.11%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=47.49%
G=11.11%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185119000.770.130.15310.0669.2952.75
HexDA33BE04DDF1364535
Octal332632760115151746610565
Binary110110101100111011111001001101110111111001101101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA33BE; }

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

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

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

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

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

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

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

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