Html Css Color HEX #D63ADA Free Speech Magenta

📋 copy color: '#D63ADA'

red 214 ◦ green 58 ◦ blue 218

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

Shades of Free Speech Magenta #D63ADA

Tints of Free Speech Magenta #D63ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.84%

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

R = 43.67%
G = 11.84%
B = 44.49%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D63ADA (or 0xD63ADA) is known color: Free Speech Magenta. HEX triplet: D6, 3A and DA. RGB value is (214,58,218). Sum of RGB (Red+Green+Blue) = 214+58+218=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #D63ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ADA is #29C525. Grayscale: #7A7A7A. Windows color (decimal): -2737446 or 14301910. OLE color: 14301910.

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

Color convert

RGB 214 58 218 -
CMYK 0.02 0.73 0 0.15
HSL 298.5º 0.68% 0.54% -
HSV(B) 298.5º 0.73% 0.85% -
XYZ 41.9 22.38 68.44 -
YUV 122.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 214 58 218 0.02 0.73 0 0.15 298.5 0.68 0.54
Hex D6 3A DA 2 49 0 F 12A 44 36
Octal 326 72 332 2 111 0 17 452 104 66
Binary 11010110 111010 11011010 10 1001001 0 1111 100101010 1000100 110110

Color Harmonies of #D63ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ADA

Black with #D63ADA

Text Example


Text Example

White with #D63ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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