Html Css Color HEX #D63AE5 Free Speech Magenta

📋 copy color: '#D63AE5'

red 214 ◦ green 58 ◦ blue 229

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

Shades of Free Speech Magenta #D63AE5

Tints of Free Speech Magenta #D63AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.71%

R = 42.71%
G = 11.58%
B = 45.71%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D63AE5 (or 0xD63AE5) is known color: Free Speech Magenta. HEX triplet: D6, 3A and E5. RGB value is (214,58,229). Sum of RGB (Red+Green+Blue) = 214+58+229=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #D63AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AE5 is #29C51A. Grayscale: #7B7B7B. Windows color (decimal): -2737435 or 15022806. OLE color: 15022806.

HSL color Cylindrical-coordinate representation of color #D63AE5: hue angle of 294.74º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63AE5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 58 229 -
CMYK 0.07 0.75 0 0.10
HSL 294.74º 0.77% 0.56% -
HSV(B) 294.74º 0.75% 0.9% -
XYZ 43.39 22.98 76.28 -
YUV 124.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 214 58 229 0.07 0.75 0 0.10 294.74 0.77 0.56
Hex D6 3A E5 7 4B 0 A 127 4D 38
Octal 326 72 345 7 113 0 12 447 115 70
Binary 11010110 111010 11100101 111 1001011 0 1010 100100111 1001101 111000

Color Harmonies of #D63AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AE5

Black with #D63AE5

Text Example


Text Example

White with #D63AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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