Html Css Color HEX #D63CF1 Free Speech Magenta

📋 copy color: '#D63CF1'

red 214 ◦ green 60 ◦ blue 241

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

Shades of Free Speech Magenta #D63CF1

Tints of Free Speech Magenta #D63CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 41.55%
G = 11.65%
B = 46.8%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D63CF1 (or 0xD63CF1) is known color: Free Speech Magenta. HEX triplet: D6, 3C and F1. RGB value is (214,60,241). Sum of RGB (Red+Green+Blue) = 214+60+241=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 60 (23.83% from 255 or 11.65% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #D63CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CF1 is #29C30E. Grayscale: #7E7E7E. Windows color (decimal): -2736911 or 15809750. OLE color: 15809750.

HSL color Cylindrical-coordinate representation of color #D63CF1: hue angle of 291.05º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63CF1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 60 241 -
CMYK 0.11 0.75 0 0.05
HSL 291.05º 0.87% 0.59% -
HSV(B) 291.05º 0.75% 0.95% -
XYZ 45.22 23.88 85.44 -
YUV 126.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 214 60 241 0.11 0.75 0 0.05 291.05 0.87 0.59
Hex D6 3C F1 B 4B 0 5 123 57 3B
Octal 326 74 361 13 113 0 5 443 127 73
Binary 11010110 111100 11110001 1011 1001011 0 101 100100011 1010111 111011

Color Harmonies of #D63CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CF1

Black with #D63CF1

Text Example


Text Example

White with #D63CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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