#D651C9

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

Shades of Free Speech Magenta #D651C9

Tints of Free Speech Magenta #D651C9

Color information

#D651C9 (or 0xD651C9) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 51 and C9. RGB value is (214,81,201). Sum of RGB (Red+Green+Blue) = 214+81+201=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D651C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651C9 is #29AE36. Grayscale: #868686. Windows color (decimal): -2731575 or 13193686. OLE color: 13193686.

HSL color Cylindrical-coordinate representation of color #D651C9: hue angle of 305.86º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651C9 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21481201-
CMYK00.620.060.16
HSL305.86º61.86%57.84%-
HSV(B)305.86º62.15%83.92%-
XYZ41.2224.457.8-
YUV134.45165.56184.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 81 (32.03% from 255) = 16.33%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=43.15%
G=16.33%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148120100.620.060.16305.8661.8657.84
HexD651C903E6101323e3a
Octal3261213110766204627672
Binary11010110101000111001001011111011010000100110010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D651C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D651C9; }

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

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

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

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

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

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

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

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