#D35FDE

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

Shades of Free Speech Magenta #D35FDE

Tints of Free Speech Magenta #D35FDE

Color information

#D35FDE (or 0xD35FDE) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5F and DE. RGB value is (211,95,222). Sum of RGB (Red+Green+Blue) = 211+95+222=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #D35FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FDE is #2CA021. Grayscale: #8F8F8F. Windows color (decimal): -2924578 or 14573523. OLE color: 14573523.

HSL color Cylindrical-coordinate representation of color #D35FDE: hue angle of 294.8º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35FDE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21195222-
CMYK0.050.5700.13
HSL294.8º65.8%62.16%-
HSV(B)294.8º57.21%87.06%-
XYZ44.1427.3172.05-
YUV144.16171.93175.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=39.96%
G=17.99%
B=42.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211952220.050.5700.13294.865.862.16
HexD35FDE5390D127423e
Octal32313733657101544710276
Binary11010011101111111011110101111001011011001001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35FDE; }

 p { color: rgb(211,95,222); }

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

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

 a { background-color: rgb(211,95,222); }

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

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

 span { border-color: rgb(211,95,222); }

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