#D64ADD

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

Shades of Free Speech Magenta #D64ADD

Tints of Free Speech Magenta #D64ADD

Color information

#D64ADD (or 0xD64ADD) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4A and DD. RGB value is (214,74,221). Sum of RGB (Red+Green+Blue) = 214+74+221=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #D64ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ADD is #29B522. Grayscale: #848484. Windows color (decimal): -2733347 or 14502614. OLE color: 14502614.

HSL color Cylindrical-coordinate representation of color #D64ADD: hue angle of 297.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64ADD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21474221-
CMYK0.030.6700.13
HSL297.14º68.37%57.84%-
HSV(B)297.14º66.52%86.67%-
XYZ43.2324.4170.84-
YUV132.62177.88186.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 74 (29.30% from 255) = 14.54%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=42.04%
G=14.54%
B=43.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214742210.030.6700.13297.1468.3757.84
HexD64ADD3430D129443a
Octal326112335310301545110472
Binary11010110100101011011101111000011011011001010011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64ADD; }

 p { color: rgb(214,74,221); }

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

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

 a { background-color: rgb(214,74,221); }

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

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

 span { border-color: rgb(214,74,221); }

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