#D651C8

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

Shades of Free Speech Magenta #D651C8

Tints of Free Speech Magenta #D651C8

Color information

#D651C8 (or 0xD651C8) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 51 and C8. RGB value is (214,81,200). Sum of RGB (Red+Green+Blue) = 214+81+200=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D651C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651C8 is #29AE37. Grayscale: #858585. Windows color (decimal): -2731576 or 13128150. OLE color: 13128150.

HSL color Cylindrical-coordinate representation of color #D651C8: hue angle of 306.32º 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 #D651C8 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21481200-
CMYK00.620.070.16
HSL306.32º61.86%57.84%-
HSV(B)306.32º62.15%83.92%-
XYZ41.124.3557.18-
YUV134.33165.06184.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 81 (32.03% from 255) = 16.36%
BLUE value IS 200 (78.52% from 255) = 40.40%
R=43.23%
G=16.36%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148120000.620.070.16306.3261.8657.84
HexD651C803E7101323e3a
Octal3261213100767204627672
Binary11010110101000111001000011111011110000100110010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D651C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D651C8; }

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

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

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

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

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

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

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

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