Html Css Color HEX #D64DDA Free Speech Magenta

📋 copy color: '#D64DDA'

red 214 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #D64DDA

Tints of Free Speech Magenta #D64DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 42.04%
G = 15.13%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D64DDA (or 0xD64DDA) is known color: Free Speech Magenta. HEX triplet: D6, 4D and DA. RGB value is (214,77,218). Sum of RGB (Red+Green+Blue) = 214+77+218=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #D64DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DDA is #29B225. Grayscale: #858585. Windows color (decimal): -2732582 or 14306774. OLE color: 14306774.

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

Color convert

RGB 214 77 218 -
CMYK 0.02 0.65 0 0.15
HSL 298.3º 0.66% 0.58% -
HSV(B) 298.3º 0.65% 0.85% -
XYZ 43.04 24.67 68.82 -
YUV 134.04 175.39 185.04 -
System Red Green Blue C M Y K H S L
Decimal 214 77 218 0.02 0.65 0 0.15 298.3 0.66 0.58
Hex D6 4D DA 2 41 0 F 12A 42 3A
Octal 326 115 332 2 101 0 17 452 102 72
Binary 11010110 1001101 11011010 10 1000001 0 1111 100101010 1000010 111010

Color Harmonies of #D64DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DDA

Black with #D64DDA

Text Example


Text Example

White with #D64DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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