Html Css Color HEX #D63EFC Free Speech Magenta

📋 copy color: '#D63EFC'

red 214 ◦ green 62 ◦ blue 252

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

Shades of Free Speech Magenta #D63EFC

Tints of Free Speech Magenta #D63EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.74%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 40.53%
G = 11.74%
B = 47.73%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D63EFC (or 0xD63EFC) is known color: Free Speech Magenta. HEX triplet: D6, 3E and FC. RGB value is (214,62,252). Sum of RGB (Red+Green+Blue) = 214+62+252=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 62 (24.61% from 255 or 11.74% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #D63EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63EFC is #29C103. Grayscale: #808080. Windows color (decimal): -2736388 or 16531158. OLE color: 16531158.

HSL color Cylindrical-coordinate representation of color #D63EFC: hue angle of 288º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63EFC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 62 252 -
CMYK 0.15 0.75 0 0.01
HSL 288º 0.97% 0.62% -
HSV(B) 288º 0.75% 0.99% -
XYZ 47.02 24.77 94.4 -
YUV 129.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 214 62 252 0.15 0.75 0 0.01 288 0.97 0.62
Hex D6 3E FC F 4B 0 1 120 61 3E
Octal 326 76 374 17 113 0 1 440 141 76
Binary 11010110 111110 11111100 1111 1001011 0 1 100100000 1100001 111110

Color Harmonies of #D63EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EFC

Black with #D63EFC

Text Example


Text Example

White with #D63EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EFC; }

 p { color: rgb(214,62,252); }

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

background-color css

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

 a { background-color: rgb(214,62,252); }

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

border-color css

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

 span { border-color: rgb(214,62,252); }

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