#D651C7

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

Shades of Free Speech Magenta #D651C7

Tints of Free Speech Magenta #D651C7

Color information

#D651C7 (or 0xD651C7) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 51 and C7. RGB value is (214,81,199). Sum of RGB (Red+Green+Blue) = 214+81+199=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D651C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651C7 is #29AE38. Grayscale: #858585. Windows color (decimal): -2731577 or 13062614. OLE color: 13062614.

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

Color convert

RGB21481199-
CMYK00.620.070.16
HSL306.77º61.86%57.84%-
HSV(B)306.77º62.15%83.92%-
XYZ40.9824.356.56-
YUV134.22164.56184.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 81 (32.03% from 255) = 16.40%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=43.32%
G=16.40%
B=40.28%

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
Decimal2148119900.620.070.16306.7761.8657.84
HexD651C703E7101333e3a
Octal3261213070767204637672
Binary11010110101000111000111011111011110000100110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D651C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D651C7; }

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

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

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

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

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

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

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

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