#D93DD7

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

Shades of Free Speech Magenta #D93DD7

Tints of Free Speech Magenta #D93DD7

Color information

#D93DD7 (or 0xD93DD7) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3D and D7. RGB value is (217,61,215). Sum of RGB (Red+Green+Blue) = 217+61+215=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DD7 is #26C228. Grayscale: #7C7C7C. Windows color (decimal): -2540073 or 14106073. OLE color: 14106073.

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

Color convert

RGB21761215-
CMYK00.720.010.15
HSL300.77º67.24%54.51%-
HSV(B)300.77º71.89%85.1%-
XYZ42.552366.49-
YUV125.2178.68193.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 61 (24.22% from 255) = 12.37%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=44.02%
G=12.37%
B=43.61%

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
Decimal2176121500.720.010.15300.7767.2454.51
HexD93DD70481F12d4337
Octal33175327011011745510367
Binary110110011111011101011101001000111111001011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DD7; }

 p { color: rgb(217,61,215); }

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

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

 a { background-color: rgb(217,61,215); }

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

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

 span { border-color: rgb(217,61,215); }

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