#D651E0

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

Shades of Free Speech Magenta #D651E0

Tints of Free Speech Magenta #D651E0

Color information

#D651E0 (or 0xD651E0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 51 and E0. RGB value is (214,81,224). Sum of RGB (Red+Green+Blue) = 214+81+224=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #D651E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651E0 is #29AE1F. Grayscale: #888888. Windows color (decimal): -2731552 or 14701014. OLE color: 14701014.

HSL color Cylindrical-coordinate representation of color #D651E0: hue angle of 295.8º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D651E0 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21481224-
CMYK0.040.6400.12
HSL295.8º69.76%59.8%-
HSV(B)295.8º63.84%87.84%-
XYZ44.1325.5673.13-
YUV137.07177.06182.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 81 (32.03% from 255) = 15.61%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=41.23%
G=15.61%
B=43.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214812240.040.6400.12295.869.7659.8
HexD651E04400C128463c
Octal326121340410001445010674
Binary110101101010001111000001001000000011001001010001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D651E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D651E0; }

 p { color: rgb(214,81,224); }

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

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

 a { background-color: rgb(214,81,224); }

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

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

 span { border-color: rgb(214,81,224); }

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