#D64CEA

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

Shades of Free Speech Magenta #D64CEA

Tints of Free Speech Magenta #D64CEA

Color information

#D64CEA (or 0xD64CEA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4C and EA. RGB value is (214,76,234). Sum of RGB (Red+Green+Blue) = 214+76+234=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #D64CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CEA is #29B315. Grayscale: #868686. Windows color (decimal): -2732822 or 15355094. OLE color: 15355094.

HSL color Cylindrical-coordinate representation of color #D64CEA: hue angle of 292.41º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64CEA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21476234-
CMYK0.090.6800.08
HSL292.41º79%60.78%-
HSV(B)292.41º67.52%91.76%-
XYZ45.1725.4180.37-
YUV135.27183.72184.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 76 (30.08% from 255) = 14.50%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=40.84%
G=14.50%
B=44.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214762340.090.6800.08292.417960.78
HexD64CEA944081244f3d
Octal3261143521110401044411775
Binary1101011010011001110101010011000100010001001001001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CEA; }

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

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

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

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

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

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

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

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