Html Css Color HEX #D63FE4 Free Speech Magenta

📋 copy color: '#D63FE4'

red 214 ◦ green 63 ◦ blue 228

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

Shades of Free Speech Magenta #D63FE4

Tints of Free Speech Magenta #D63FE4

RGB

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

 GREEN value IS 63 (25% from 255) = 12.48%

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 42.38%
G = 12.48%
B = 45.15%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D63FE4 (or 0xD63FE4) is known color: Free Speech Magenta. HEX triplet: D6, 3F and E4. RGB value is (214,63,228). Sum of RGB (Red+Green+Blue) = 214+63+228=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #D63FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FE4 is #29C01B. Grayscale: #7E7E7E. Windows color (decimal): -2736156 or 14958550. OLE color: 14958550.

HSL color Cylindrical-coordinate representation of color #D63FE4: hue angle of 294.91º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63FE4 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 63 228 -
CMYK 0.06 0.72 0 0.11
HSL 294.91º 0.75% 0.57% -
HSV(B) 294.91º 0.72% 0.89% -
XYZ 43.51 23.45 75.63 -
YUV 126.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 214 63 228 0.06 0.72 0 0.11 294.91 0.75 0.57
Hex D6 3F E4 6 48 0 B 127 4B 39
Octal 326 77 344 6 110 0 13 447 113 71
Binary 11010110 111111 11100100 110 1001000 0 1011 100100111 1001011 111001

Color Harmonies of #D63FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FE4

Black with #D63FE4

Text Example


Text Example

White with #D63FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FE4; }

 p { color: rgb(214,63,228); }

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

background-color css

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

 a { background-color: rgb(214,63,228); }

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

border-color css

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

 span { border-color: rgb(214,63,228); }

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