Html Css Color HEX #D63AE0 Free Speech Magenta

📋 copy color: '#D63AE0'

red 214 ◦ green 58 ◦ blue 224

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

Shades of Free Speech Magenta #D63AE0

Tints of Free Speech Magenta #D63AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 43.15%
G = 11.69%
B = 45.16%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D63AE0 (or 0xD63AE0) is known color: Free Speech Magenta. HEX triplet: D6, 3A and E0. RGB value is (214,58,224). Sum of RGB (Red+Green+Blue) = 214+58+224=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #D63AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63AE0 is #29C51F. Grayscale: #7B7B7B. Windows color (decimal): -2737440 or 14695126. OLE color: 14695126.

HSL color Cylindrical-coordinate representation of color #D63AE0: hue angle of 296.39º degrees, saturation: 0.73, 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 #D63AE0 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 58 224 -
CMYK 0.04 0.74 0 0.12
HSL 296.39º 0.73% 0.55% -
HSV(B) 296.39º 0.74% 0.88% -
XYZ 42.7 22.7 72.65 -
YUV 123.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 214 58 224 0.04 0.74 0 0.12 296.39 0.73 0.55
Hex D6 3A E0 4 4A 0 C 128 49 37
Octal 326 72 340 4 112 0 14 450 111 67
Binary 11010110 111010 11100000 100 1001010 0 1100 100101000 1001001 110111

Color Harmonies of #D63AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AE0

Black with #D63AE0

Text Example


Text Example

White with #D63AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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