Html Css Color HEX #D64FCA Free Speech Magenta

📋 copy color: '#D64FCA'

red 214 ◦ green 79 ◦ blue 202

#D64FCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D64FCA

Tints of Free Speech Magenta #D64FCA

RGB

 RED value IS 214 (83.98% from 255) = 43.23%

 GREEN value IS 79 (31.25% from 255) = 15.96%

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 43.23%
G = 15.96%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D64FCA (or 0xD64FCA) is known color: Free Speech Magenta. HEX triplet: D6, 4F and CA. RGB value is (214,79,202). Sum of RGB (Red+Green+Blue) = 214+79+202=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FCA is #29B035. Grayscale: #858585. Windows color (decimal): -2732086 or 13258710. OLE color: 13258710.

HSL color Cylindrical-coordinate representation of color #D64FCA: hue angle of 305.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64FCA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 79 202 -
CMYK 0 0.63 0.06 0.16
HSL 305.33º 0.62% 0.57% -
HSV(B) 305.33º 0.63% 0.84% -
XYZ 41.19 24.15 58.37 -
YUV 133.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 214 79 202 0 0.63 0.06 0.16 305.33 0.62 0.57
Hex D6 4F CA 0 3F 6 10 131 3E 39
Octal 326 117 312 0 77 6 20 461 76 71
Binary 11010110 1001111 11001010 0 111111 110 10000 100110001 111110 111001

Color Harmonies of #D64FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FCA

Black with #D64FCA

Text Example


Text Example

White with #D64FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FCA; }

 p { color: rgb(214,79,202); }

 H1.HeaderClassName
 {
   color: #D64FCA;
 }
 .AnyTagClassName
 {
   color: #D64FCA;
 }
</style>

background-color css

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

 a { background-color: rgb(214,79,202); }

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

border-color css

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

 span { border-color: rgb(214,79,202); }

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