Html Css Color HEX #D63AD4 Free Speech Magenta

📋 copy color: '#D63AD4'

red 214 ◦ green 58 ◦ blue 212

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

Shades of Free Speech Magenta #D63AD4

Tints of Free Speech Magenta #D63AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 44.21%
G = 11.98%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D63AD4 (or 0xD63AD4) is known color: Free Speech Magenta. HEX triplet: D6, 3A and D4. RGB value is (214,58,212). Sum of RGB (Red+Green+Blue) = 214+58+212=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D63AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AD4 is #29C52B. Grayscale: #797979. Windows color (decimal): -2737452 or 13908694. OLE color: 13908694.

HSL color Cylindrical-coordinate representation of color #D63AD4: hue angle of 300.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63AD4 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 212 -
CMYK 0 0.73 0.01 0.16
HSL 300.77º 0.66% 0.53% -
HSV(B) 300.77º 0.73% 0.84% -
XYZ 41.13 22.08 64.38 -
YUV 122.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 214 58 212 0 0.73 0.01 0.16 300.77 0.66 0.53
Hex D6 3A D4 0 49 1 10 12D 42 35
Octal 326 72 324 0 111 1 20 455 102 65
Binary 11010110 111010 11010100 0 1001001 1 10000 100101101 1000010 110101

Color Harmonies of #D63AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AD4

Black with #D63AD4

Text Example


Text Example

White with #D63AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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