#D935E4

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

Shades of Free Speech Magenta #D935E4

Tints of Free Speech Magenta #D935E4

Color information

#D935E4 (or 0xD935E4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 35 and E4. RGB value is (217,53,228). Sum of RGB (Red+Green+Blue) = 217+53+228=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #D935E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935E4 is #26CA1B. Grayscale: #797979. Windows color (decimal): -2542108 or 14955993. OLE color: 14955993.

HSL color Cylindrical-coordinate representation of color #D935E4: hue angle of 296.23º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D935E4 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21753228-
CMYK0.050.7700.11
HSL296.23º76.42%55.1%-
HSV(B)296.23º76.75%89.41%-
XYZ43.8922.975.51-
YUV121.99187.83195.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 53 (21.09% from 255) = 10.64%
BLUE value IS 228 (89.45% from 255) = 45.78%
R=43.57%
G=10.64%
B=45.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal217532280.050.7700.11296.2376.4255.1
HexD935E454D0B1284c37
Octal33165344511501345011467
Binary11011001110101111001001011001101010111001010001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D935E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D935E4; }

 p { color: rgb(217,53,228); }

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

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

 a { background-color: rgb(217,53,228); }

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

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

 span { border-color: rgb(217,53,228); }

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