#D64CF1

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

Shades of Free Speech Magenta #D64CF1

Tints of Free Speech Magenta #D64CF1

Color information

#D64CF1 (or 0xD64CF1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4C and F1. RGB value is (214,76,241). Sum of RGB (Red+Green+Blue) = 214+76+241=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #D64CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CF1 is #29B30E. Grayscale: #878787. Windows color (decimal): -2732815 or 15813846. OLE color: 15813846.

HSL color Cylindrical-coordinate representation of color #D64CF1: hue angle of 290.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64CF1 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21476241-
CMYK0.110.6800.05
HSL290.18º85.49%62.16%-
HSV(B)290.18º68.46%94.51%-
XYZ46.1925.8285.77-
YUV136.07187.22183.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 76 (30.08% from 255) = 14.31%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=40.30%
G=14.31%
B=45.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214762410.110.6800.05290.1885.4962.16
HexD64CF1B4405122553e
Octal326114361131040544212576
Binary110101101001100111100011011100010001011001000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CF1; }

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

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

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

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

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

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

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

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