Html Css Color HEX #D64DDB Free Speech Magenta

📋 copy color: '#D64DDB'

red 214 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #D64DDB

Tints of Free Speech Magenta #D64DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.1%

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

R = 41.96%
G = 15.1%
B = 42.94%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D64DDB (or 0xD64DDB) is known color: Free Speech Magenta. HEX triplet: D6, 4D and DB. RGB value is (214,77,219). Sum of RGB (Red+Green+Blue) = 214+77+219=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D64DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DDB is #29B224. Grayscale: #858585. Windows color (decimal): -2732581 or 14372310. OLE color: 14372310.

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

Color convert

RGB 214 77 219 -
CMYK 0.02 0.65 0 0.14
HSL 297.89º 0.66% 0.58% -
HSV(B) 297.89º 0.65% 0.86% -
XYZ 43.17 24.72 69.51 -
YUV 134.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 214 77 219 0.02 0.65 0 0.14 297.89 0.66 0.58
Hex D6 4D DB 2 41 0 E 12A 42 3A
Octal 326 115 333 2 101 0 16 452 102 72
Binary 11010110 1001101 11011011 10 1000001 0 1110 100101010 1000010 111010

Color Harmonies of #D64DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DDB

Black with #D64DDB

Text Example


Text Example

White with #D64DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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