#D64CD2

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

Shades of Free Speech Magenta #D64CD2

Tints of Free Speech Magenta #D64CD2

Color information

#D64CD2 (or 0xD64CD2) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4C and D2. RGB value is (214,76,210). Sum of RGB (Red+Green+Blue) = 214+76+210=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CD2 is #29B32D. Grayscale: #848484. Windows color (decimal): -2732846 or 13782230. OLE color: 13782230.

HSL color Cylindrical-coordinate representation of color #D64CD2: hue angle of 301.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64CD2 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21476210-
CMYK00.640.020.16
HSL301.74º62.73%56.86%-
HSV(B)301.74º64.49%83.92%-
XYZ41.9524.1263.42-
YUV132.54171.72186.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 76 (30.08% from 255) = 15.2%
BLUE value IS 210 (82.42% from 255) = 42%
R=42.8%
G=15.2%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147621000.640.020.16301.7462.7356.86
HexD64CD204021012e3f39
Octal32611432201002204567771
Binary11010110100110011010010010000001010000100101110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CD2; }

 p { color: rgb(214,76,210); }

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

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

 a { background-color: rgb(214,76,210); }

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

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

 span { border-color: rgb(214,76,210); }

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