#D460C5

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

Shades of Free Speech Magenta #D460C5

Tints of Free Speech Magenta #D460C5

Color information

#D460C5 (or 0xD460C5) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 60 and C5. RGB value is (212,96,197). Sum of RGB (Red+Green+Blue) = 212+96+197=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D460C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460C5 is #2B9F3A. Grayscale: #8D8D8D. Windows color (decimal): -2858811 or 12935380. OLE color: 12935380.

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

Color convert

RGB21296197-
CMYK00.550.070.17
HSL307.76º57.43%60.39%-
HSV(B)307.76º54.72%83.14%-
XYZ41.4126.3955.74-
YUV142.2158.93177.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 96 (37.89% from 255) = 19.01%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=41.98%
G=19.01%
B=39.01%

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
Decimal2129619700.550.070.17307.7657.4360.39
HexD460C5037711134393c
Octal3241403050677214647174
Binary11010100110000011000101011011111110001100110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460C5; }

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

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

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

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

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

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

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

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