#D460C6

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

Shades of Free Speech Magenta #D460C6

Tints of Free Speech Magenta #D460C6

Color information

#D460C6 (or 0xD460C6) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 60 and C6. RGB value is (212,96,198). Sum of RGB (Red+Green+Blue) = 212+96+198=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D460C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460C6 is #2B9F39. Grayscale: #8E8E8E. Windows color (decimal): -2858810 or 13000916. OLE color: 13000916.

HSL color Cylindrical-coordinate representation of color #D460C6: hue angle of 307.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D460C6 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB21296198-
CMYK00.550.070.17
HSL307.24º57.43%60.39%-
HSV(B)307.24º54.72%83.14%-
XYZ41.5326.4456.34-
YUV142.31159.43177.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 96 (37.89% from 255) = 18.97%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=41.90%
G=18.97%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129619800.550.070.17307.2457.4360.39
HexD460C6037711133393c
Octal3241403060677214637174
Binary11010100110000011000110011011111110001100110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460C6; }

 p { color: rgb(212,96,198); }

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

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

 a { background-color: rgb(212,96,198); }

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

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

 span { border-color: rgb(212,96,198); }

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