#D635F0

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

Shades of Free Speech Magenta #D635F0

Tints of Free Speech Magenta #D635F0

Color information

#D635F0 (or 0xD635F0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 35 and F0. RGB value is (214,53,240). Sum of RGB (Red+Green+Blue) = 214+53+240=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 53 (21.09% from 255 or 10.45% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #D635F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D635F0 is #29CA0F. Grayscale: #797979. Windows color (decimal): -2738704 or 15742422. OLE color: 15742422.

HSL color Cylindrical-coordinate representation of color #D635F0: hue angle of 291.66º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D635F0 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21453240-
CMYK0.110.7800.06
HSL291.66º86.18%57.45%-
HSV(B)291.66º77.92%94.12%-
XYZ44.7323.1384.55-
YUV122.46194.34193.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 53 (21.09% from 255) = 10.45%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=42.21%
G=10.45%
B=47.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal214532400.110.7800.06291.6686.1857.45
HexD635F0B4E061245639
Octal32665360131160644412671
Binary11010110110101111100001011100111001101001001001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D635F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D635F0; }

 p { color: rgb(214,53,240); }

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

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

 a { background-color: rgb(214,53,240); }

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

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

 span { border-color: rgb(214,53,240); }

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