Html Css Color HEX #D63CFC Free Speech Magenta

📋 copy color: '#D63CFC'

red 214 ◦ green 60 ◦ blue 252

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

Shades of Free Speech Magenta #D63CFC

Tints of Free Speech Magenta #D63CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.41%

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

R = 40.68%
G = 11.41%
B = 47.91%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D63CFC (or 0xD63CFC) is known color: Free Speech Magenta. HEX triplet: D6, 3C and FC. RGB value is (214,60,252). Sum of RGB (Red+Green+Blue) = 214+60+252=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 60 (23.83% from 255 or 11.41% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #D63CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CFC is #29C303. Grayscale: #7F7F7F. Windows color (decimal): -2736900 or 16530646. OLE color: 16530646.

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

Color convert

RGB 214 60 252 -
CMYK 0.15 0.76 0 0.01
HSL 288.13º 0.97% 0.61% -
HSV(B) 288.13º 0.76% 0.99% -
XYZ 46.92 24.56 94.36 -
YUV 127.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 214 60 252 0.15 0.76 0 0.01 288.13 0.97 0.61
Hex D6 3C FC F 4C 0 1 120 61 3D
Octal 326 74 374 17 114 0 1 440 141 75
Binary 11010110 111100 11111100 1111 1001100 0 1 100100000 1100001 111101

Color Harmonies of #D63CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CFC

Black with #D63CFC

Text Example


Text Example

White with #D63CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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