Html Css Color HEX #D63AE1 Free Speech Magenta

📋 copy color: '#D63AE1'

red 214 ◦ green 58 ◦ blue 225

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

Shades of Free Speech Magenta #D63AE1

Tints of Free Speech Magenta #D63AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 43.06%
G = 11.67%
B = 45.27%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D63AE1 (or 0xD63AE1) is known color: Free Speech Magenta. HEX triplet: D6, 3A and E1. RGB value is (214,58,225). Sum of RGB (Red+Green+Blue) = 214+58+225=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #D63AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AE1 is #29C51E. Grayscale: #7B7B7B. Windows color (decimal): -2737439 or 14760662. OLE color: 14760662.

HSL color Cylindrical-coordinate representation of color #D63AE1: hue angle of 296.05º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63AE1 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 58 225 -
CMYK 0.05 0.74 0 0.12
HSL 296.05º 0.74% 0.55% -
HSV(B) 296.05º 0.74% 0.88% -
XYZ 42.84 22.76 73.37 -
YUV 123.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 214 58 225 0.05 0.74 0 0.12 296.05 0.74 0.55
Hex D6 3A E1 5 4A 0 C 128 4A 37
Octal 326 72 341 5 112 0 14 450 112 67
Binary 11010110 111010 11100001 101 1001010 0 1100 100101000 1001010 110111

Color Harmonies of #D63AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AE1

Black with #D63AE1

Text Example


Text Example

White with #D63AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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