Html Css Color HEX #D63AEE Free Speech Magenta

📋 copy color: '#D63AEE'

red 214 ◦ green 58 ◦ blue 238

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

Shades of Free Speech Magenta #D63AEE

Tints of Free Speech Magenta #D63AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 41.96%
G = 11.37%
B = 46.67%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D63AEE (or 0xD63AEE) is known color: Free Speech Magenta. HEX triplet: D6, 3A and EE. RGB value is (214,58,238). Sum of RGB (Red+Green+Blue) = 214+58+238=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #D63AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63AEE is #29C511. Grayscale: #7C7C7C. Windows color (decimal): -2737426 or 15612630. OLE color: 15612630.

HSL color Cylindrical-coordinate representation of color #D63AEE: hue angle of 292º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63AEE is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 58 238 -
CMYK 0.10 0.76 0 0.07
HSL 292º 0.84% 0.58% -
HSV(B) 292º 0.76% 0.93% -
XYZ 44.68 23.5 83.07 -
YUV 125.16 191.68 191.36 -
System Red Green Blue C M Y K H S L
Decimal 214 58 238 0.10 0.76 0 0.07 292 0.84 0.58
Hex D6 3A EE A 4C 0 7 124 54 3A
Octal 326 72 356 12 114 0 7 444 124 72
Binary 11010110 111010 11101110 1010 1001100 0 111 100100100 1010100 111010

Color Harmonies of #D63AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63AEE

Black with #D63AEE

Text Example


Text Example

White with #D63AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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