#d35fdf

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

Shades of Free Speech Magenta #D35FDF

Tints of Free Speech Magenta #D35FDF

Color information

#D35FDF (or 0xD35FDF) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5F and DF. RGB value is (211,95,223). Sum of RGB (Red+Green+Blue) = 211+95+223=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D35FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FDF is #2CA020. Grayscale: #8F8F8F. Windows color (decimal): -2924577 or 14639059. OLE color: 14639059.

HSL color Cylindrical-coordinate representation of color #D35FDF: hue angle of 294.38º degrees, saturation: 0.67, 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 #D35FDF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21195223-
CMYK0.050.5700.13
HSL294.38º66.67%62.35%-
HSV(B)294.38º57.4%87.45%-
XYZ44.2827.3672.76-
YUV144.28172.43175.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 95 (37.5% from 255) = 17.96%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=39.89%
G=17.96%
B=42.16%

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
Decimal211952230.050.5700.13294.3866.6762.35
HexD35FDF5390D126433e
Octal32313733757101544610376
Binary11010011101111111011111101111001011011001001101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d35fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d35fdf; }

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

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

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

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

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

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

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

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