#DA33D8

Color #DA33D8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DA33D8

Tints of Free Speech Magenta #DA33D8

Color information

#DA33D8 (or 0xDA33D8) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 33 and D8. RGB value is (218,51,216). Sum of RGB (Red+Green+Blue) = 218+51+216=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33D8 is #25CC27. Grayscale: #777777. Windows color (decimal): -2477096 or 14169050. OLE color: 14169050.

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

Color convert

RGB21851216-
CMYK00.770.010.15
HSL300.72º69.29%52.75%-
HSV(B)300.72º76.61%85.49%-
XYZ42.4922.2367.02-
YUV119.74182.33198.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 51 (20.31% from 255) = 10.52%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=44.95%
G=10.52%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185121600.770.010.15300.7269.2952.75
HexDA33D804D1F12d4535
Octal33263330011511745510565
Binary110110101100111101100001001101111111001011011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA33D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA33D8; }

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

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

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

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

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

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

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

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