Html Css Color HEX #D64ADA Free Speech Magenta

📋 copy color: '#D64ADA'

red 214 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Magenta #D64ADA

Tints of Free Speech Magenta #D64ADA

RGB

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

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

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

R = 42.29%
G = 14.62%
B = 43.08%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D64ADA (or 0xD64ADA) is known color: Free Speech Magenta. HEX triplet: D6, 4A and DA. RGB value is (214,74,218). Sum of RGB (Red+Green+Blue) = 214+74+218=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #D64ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ADA is #29B525. Grayscale: #838383. Windows color (decimal): -2733350 or 14306006. OLE color: 14306006.

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

Color convert

RGB 214 74 218 -
CMYK 0.02 0.66 0 0.15
HSL 298.33º 0.66% 0.57% -
HSV(B) 298.33º 0.66% 0.85% -
XYZ 42.84 24.26 68.75 -
YUV 132.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 214 74 218 0.02 0.66 0 0.15 298.33 0.66 0.57
Hex D6 4A DA 2 42 0 F 12A 42 39
Octal 326 112 332 2 102 0 17 452 102 71
Binary 11010110 1001010 11011010 10 1000010 0 1111 100101010 1000010 111001

Color Harmonies of #D64ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ADA

Black with #D64ADA

Text Example


Text Example

White with #D64ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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