#D93CD6

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

Shades of Free Speech Magenta #D93CD6

Tints of Free Speech Magenta #D93CD6

Color information

#D93CD6 (or 0xD93CD6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3C and D6. RGB value is (217,60,214). Sum of RGB (Red+Green+Blue) = 217+60+214=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CD6 is #26C329. Grayscale: #7C7C7C. Windows color (decimal): -2540330 or 14040281. OLE color: 14040281.

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

Color convert

RGB21760214-
CMYK00.720.010.15
HSL301.15º67.38%54.31%-
HSV(B)301.15º72.35%85.1%-
XYZ42.3722.8465.79-
YUV124.5178.51193.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 60 (23.83% from 255) = 12.22%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=44.20%
G=12.22%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176021400.720.010.15301.1567.3854.31
HexD93CD60481F12d4336
Octal33174326011011745510366
Binary110110011111001101011001001000111111001011011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93CD6; }

 p { color: rgb(217,60,214); }

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

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

 a { background-color: rgb(217,60,214); }

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

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

 span { border-color: rgb(217,60,214); }

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