Html Css Color HEX #D63CE1 Free Speech Magenta

📋 copy color: '#D63CE1'

red 214 ◦ green 60 ◦ blue 225

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

Shades of Free Speech Magenta #D63CE1

Tints of Free Speech Magenta #D63CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.09%

R = 42.89%
G = 12.02%
B = 45.09%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D63CE1 (or 0xD63CE1) is known color: Free Speech Magenta. HEX triplet: D6, 3C and E1. RGB value is (214,60,225). Sum of RGB (Red+Green+Blue) = 214+60+225=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #D63CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CE1 is #29C31E. Grayscale: #7C7C7C. Windows color (decimal): -2736927 or 14761174. OLE color: 14761174.

HSL color Cylindrical-coordinate representation of color #D63CE1: hue angle of 296º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63CE1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 60 225 -
CMYK 0.05 0.73 0 0.12
HSL 296º 0.73% 0.56% -
HSV(B) 296º 0.73% 0.88% -
XYZ 42.94 22.96 73.4 -
YUV 124.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 214 60 225 0.05 0.73 0 0.12 296 0.73 0.56
Hex D6 3C E1 5 49 0 C 128 49 38
Octal 326 74 341 5 111 0 14 450 111 70
Binary 11010110 111100 11100001 101 1001001 0 1100 100101000 1001001 111000

Color Harmonies of #D63CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CE1

Black with #D63CE1

Text Example


Text Example

White with #D63CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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