#D93DC9

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

Shades of Free Speech Magenta #D93DC9

Tints of Free Speech Magenta #D93DC9

Color information

#D93DC9 (or 0xD93DC9) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 3D and C9. RGB value is (217,61,201). Sum of RGB (Red+Green+Blue) = 217+61+201=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DC9 is #26C236. Grayscale: #7B7B7B. Windows color (decimal): -2540087 or 13188569. OLE color: 13188569.

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

Color convert

RGB21761201-
CMYK00.720.070.15
HSL306.15º67.24%54.51%-
HSV(B)306.15º71.89%85.1%-
XYZ40.8322.3157.41-
YUV123.6171.68194.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 61 (24.22% from 255) = 12.73%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=45.30%
G=12.73%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176120100.720.070.15306.1567.2454.51
HexD93DC90487F1324337
Octal33175311011071746210367
Binary11011001111101110010010100100011111111001100101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93DC9; }

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

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

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

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

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

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

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

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