#D635F2

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

Shades of Free Speech Magenta #D635F2

Tints of Free Speech Magenta #D635F2

Color information

#D635F2 (or 0xD635F2) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 35 and F2. RGB value is (214,53,242). Sum of RGB (Red+Green+Blue) = 214+53+242=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 53 (21.09% from 255 or 10.41% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #D635F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D635F2 is #29CA0D. Grayscale: #7A7A7A. Windows color (decimal): -2738702 or 15873494. OLE color: 15873494.

HSL color Cylindrical-coordinate representation of color #D635F2: hue angle of 291.11º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D635F2 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21453242-
CMYK0.120.7800.05
HSL291.11º87.91%57.84%-
HSV(B)291.11º78.1%94.9%-
XYZ45.0323.2586.12-
YUV122.68195.34193.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 53 (21.09% from 255) = 10.41%
BLUE value IS 242 (94.92% from 255) = 47.54%
R=42.04%
G=10.41%
B=47.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214532420.120.7800.05291.1187.9157.84
HexD635F2C4E05123583a
Octal32665362141160544313072
Binary11010110110101111100101100100111001011001000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D635F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D635F2; }

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

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

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

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

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

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

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

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