#D862D5

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

Shades of Free Speech Magenta #D862D5

Tints of Free Speech Magenta #D862D5

Color information

#D862D5 (or 0xD862D5) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 62 and D5. RGB value is (216,98,213). Sum of RGB (Red+Green+Blue) = 216+98+213=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D862D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862D5 is #279D2A. Grayscale: #929292. Windows color (decimal): -2596139 or 13984472. OLE color: 13984472.

HSL color Cylindrical-coordinate representation of color #D862D5: hue angle of 301.53º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D862D5 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB21698213-
CMYK00.550.010.15
HSL301.53º60.2%61.57%-
HSV(B)301.53º54.63%84.71%-
XYZ44.728.1466.03-
YUV146.39165.59177.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 98 (38.67% from 255) = 18.60%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=40.99%
G=18.60%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169821300.550.010.15301.5360.261.57
HexD862D50371F12e3c3e
Octal3301423250671174567476
Binary11011000110001011010101011011111111100101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D862D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D862D5; }

 p { color: rgb(216,98,213); }

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

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

 a { background-color: rgb(216,98,213); }

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

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

 span { border-color: rgb(216,98,213); }

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