#D64CCF

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

Shades of Free Speech Magenta #D64CCF

Tints of Free Speech Magenta #D64CCF

Color information

#D64CCF (or 0xD64CCF) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4C and CF. RGB value is (214,76,207). Sum of RGB (Red+Green+Blue) = 214+76+207=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CCF is #29B330. Grayscale: #838383. Windows color (decimal): -2732849 or 13585622. OLE color: 13585622.

HSL color Cylindrical-coordinate representation of color #D64CCF: hue angle of 303.04º 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 #D64CCF is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21476207-
CMYK00.640.030.16
HSL303.04º62.73%56.86%-
HSV(B)303.04º64.49%83.92%-
XYZ41.5823.9761.47-
YUV132.2170.22186.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 76 (30.08% from 255) = 15.29%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=43.06%
G=15.29%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147620700.640.030.16303.0462.7356.86
HexD64CCF04031012f3f39
Octal32611431701003204577771
Binary11010110100110011001111010000001110000100101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CCF; }

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

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

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

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

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

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

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

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