#D64DD5

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

Shades of Free Speech Magenta #D64DD5

Tints of Free Speech Magenta #D64DD5

Color information

#D64DD5 (or 0xD64DD5) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4D and D5. RGB value is (214,77,213). Sum of RGB (Red+Green+Blue) = 214+77+213=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DD5 is #29B22A. Grayscale: #858585. Windows color (decimal): -2732587 or 13979094. OLE color: 13979094.

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

Color convert

RGB21477213-
CMYK00.640.000.16
HSL300.44º62.56%57.06%-
HSV(B)300.44º64.02%83.92%-
XYZ42.424.4165.43-
YUV133.47172.89185.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 77 (30.47% from 255) = 15.28%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=42.46%
G=15.28%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147721300.640.000.16300.4462.5657.06
HexD64DD504001012c3f39
Octal32611532501000204547771
Binary1101011010011011101010101000000010000100101100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DD5; }

 p { color: rgb(214,77,213); }

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

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

 a { background-color: rgb(214,77,213); }

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

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

 span { border-color: rgb(214,77,213); }

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