Html Css Color HEX #D64FDB Free Speech Magenta

📋 copy color: '#D64FDB'

red 214 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #D64FDB

Tints of Free Speech Magenta #D64FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 41.8%
G = 15.43%
B = 42.77%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D64FDB (or 0xD64FDB) is known color: Free Speech Magenta. HEX triplet: D6, 4F and DB. RGB value is (214,79,219). Sum of RGB (Red+Green+Blue) = 214+79+219=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D64FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FDB is #29B024. Grayscale: #868686. Windows color (decimal): -2732069 or 14372822. OLE color: 14372822.

HSL color Cylindrical-coordinate representation of color #D64FDB: hue angle of 297.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64FDB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 79 219 -
CMYK 0.02 0.64 0 0.14
HSL 297.86º 0.66% 0.58% -
HSV(B) 297.86º 0.64% 0.86% -
XYZ 43.31 25 69.56 -
YUV 135.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 214 79 219 0.02 0.64 0 0.14 297.86 0.66 0.58
Hex D6 4F DB 2 40 0 E 12A 42 3A
Octal 326 117 333 2 100 0 16 452 102 72
Binary 11010110 1001111 11011011 10 1000000 0 1110 100101010 1000010 111010

Color Harmonies of #D64FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FDB

Black with #D64FDB

Text Example


Text Example

White with #D64FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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