#D833DA

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

Shades of Free Speech Magenta #D833DA

Tints of Free Speech Magenta #D833DA

Color information

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

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

Color convert

RGB21651218-
CMYK0.010.7700.15
HSL299.28º69.29%52.75%-
HSV(B)299.28º76.61%85.49%-
XYZ42.1622.0368.36-
YUV119.37183.66196.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216512180.010.7700.15299.2869.2952.75
HexD833DA14D0F12b4535
Octal33063332111501745310565
Binary110110001100111101101011001101011111001010111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D833DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D833DA; }

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

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

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

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

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

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

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

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