#D35FD9

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

Shades of Free Speech Magenta #D35FD9

Tints of Free Speech Magenta #D35FD9

Color information

#D35FD9 (or 0xD35FD9) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 5F and D9. RGB value is (211,95,217). Sum of RGB (Red+Green+Blue) = 211+95+217=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #D35FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FD9 is #2CA026. Grayscale: #8F8F8F. Windows color (decimal): -2924583 or 14245843. OLE color: 14245843.

HSL color Cylindrical-coordinate representation of color #D35FD9: hue angle of 297.05º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35FD9 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21195217-
CMYK0.030.5600.15
HSL297.05º61.62%61.18%-
HSV(B)297.05º56.22%85.1%-
XYZ43.4827.0468.57-
YUV143.59169.43176.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=40.34%
G=18.16%
B=41.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211952170.030.5600.15297.0561.6261.18
HexD35FD93380F1293e3d
Octal3231373313700174517675
Binary110100111011111110110011111100001111100101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35FD9; }

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

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

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

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

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

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

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

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