#D635DF

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

Shades of Free Speech Magenta #D635DF

Tints of Free Speech Magenta #D635DF

Color information

#D635DF (or 0xD635DF) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 35 and DF. RGB value is (214,53,223). Sum of RGB (Red+Green+Blue) = 214+53+223=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #D635DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635DF is #29CA20. Grayscale: #787878. Windows color (decimal): -2738721 or 14628310. OLE color: 14628310.

HSL color Cylindrical-coordinate representation of color #D635DF: hue angle of 296.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D635DF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21453223-
CMYK0.040.7600.13
HSL296.82º72.65%54.12%-
HSV(B)296.82º76.23%87.45%-
XYZ42.3222.1771.86-
YUV120.52185.84194.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 53 (21.09% from 255) = 10.82%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=43.67%
G=10.82%
B=45.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214532230.040.7600.13296.8272.6554.12
HexD635DF44C0D1294936
Octal32665337411401545111166
Binary11010110110101110111111001001100011011001010011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D635DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D635DF; }

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

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

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

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

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

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

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

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