#D862C2

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

Shades of Free Speech Magenta #D862C2

Tints of Free Speech Magenta #D862C2

Color information

#D862C2 (or 0xD862C2) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 62 and C2. RGB value is (216,98,194). Sum of RGB (Red+Green+Blue) = 216+98+194=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D862C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862C2 is #279D3D. Grayscale: #8F8F8F. Windows color (decimal): -2596158 or 12739288. OLE color: 12739288.

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

Color convert

RGB21698194-
CMYK00.550.100.15
HSL311.19º60.2%61.57%-
HSV(B)311.19º54.63%84.71%-
XYZ42.4227.2354.06-
YUV144.23156.09179.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=42.52%
G=19.29%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169819400.550.100.15311.1960.261.57
HexD862C2037AF1373c3e
Octal33014230206712174677476
Binary11011000110001011000010011011110101111100110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D862C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D862C2; }

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

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

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

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

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

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

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

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