Html Css Color HEX #D64ADB Free Speech Magenta

📋 copy color: '#D64ADB'

red 214 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #D64ADB

Tints of Free Speech Magenta #D64ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.6%

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

R = 42.21%
G = 14.6%
B = 43.2%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D64ADB (or 0xD64ADB) is known color: Free Speech Magenta. HEX triplet: D6, 4A and DB. RGB value is (214,74,219). Sum of RGB (Red+Green+Blue) = 214+74+219=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #D64ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ADB is #29B524. Grayscale: #838383. Windows color (decimal): -2733349 or 14371542. OLE color: 14371542.

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

Color convert

RGB 214 74 219 -
CMYK 0.02 0.66 0 0.14
HSL 297.93º 0.67% 0.57% -
HSV(B) 297.93º 0.66% 0.86% -
XYZ 42.97 24.31 69.45 -
YUV 132.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 214 74 219 0.02 0.66 0 0.14 297.93 0.67 0.57
Hex D6 4A DB 2 42 0 E 12A 43 39
Octal 326 112 333 2 102 0 16 452 103 71
Binary 11010110 1001010 11011011 10 1000010 0 1110 100101010 1000011 111001

Color Harmonies of #D64ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ADB

Black with #D64ADB

Text Example


Text Example

White with #D64ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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