#D93AD2

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

Shades of Free Speech Magenta #D93AD2

Tints of Free Speech Magenta #D93AD2

Color information

#D93AD2 (or 0xD93AD2) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3A and D2. RGB value is (217,58,210). Sum of RGB (Red+Green+Blue) = 217+58+210=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93AD2 is #26C52D. Grayscale: #7A7A7A. Windows color (decimal): -2540846 or 13777625. OLE color: 13777625.

HSL color Cylindrical-coordinate representation of color #D93AD2: hue angle of 302.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93AD2 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21758210-
CMYK00.730.030.15
HSL302.64º67.66%53.92%-
HSV(B)302.64º73.27%85.1%-
XYZ41.7622.4363.1-
YUV122.87177.18195.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 58 (23.05% from 255) = 11.96%
BLUE value IS 210 (82.42% from 255) = 43.30%
R=44.74%
G=11.96%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175821000.730.030.15302.6467.6653.92
HexD93AD20493F12f4436
Octal33172322011131745710466
Binary1101100111101011010010010010011111111001011111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93AD2; }

 p { color: rgb(217,58,210); }

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

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

 a { background-color: rgb(217,58,210); }

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

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

 span { border-color: rgb(217,58,210); }

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