Html Css Color HEX #D63CE5 Free Speech Magenta

📋 copy color: '#D63CE5'

red 214 ◦ green 60 ◦ blue 229

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

Shades of Free Speech Magenta #D63CE5

Tints of Free Speech Magenta #D63CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 42.54%
G = 11.93%
B = 45.53%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D63CE5 (or 0xD63CE5) is known color: Free Speech Magenta. HEX triplet: D6, 3C and E5. RGB value is (214,60,229). Sum of RGB (Red+Green+Blue) = 214+60+229=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #D63CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CE5 is #29C31A. Grayscale: #7C7C7C. Windows color (decimal): -2736923 or 15023318. OLE color: 15023318.

HSL color Cylindrical-coordinate representation of color #D63CE5: hue angle of 294.67º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63CE5 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 60 229 -
CMYK 0.07 0.74 0 0.10
HSL 294.67º 0.76% 0.57% -
HSV(B) 294.67º 0.74% 0.9% -
XYZ 43.49 23.19 76.31 -
YUV 125.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 214 60 229 0.07 0.74 0 0.10 294.67 0.76 0.57
Hex D6 3C E5 7 4A 0 A 127 4C 39
Octal 326 74 345 7 112 0 12 447 114 71
Binary 11010110 111100 11100101 111 1001010 0 1010 100100111 1001100 111001

Color Harmonies of #D63CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CE5

Black with #D63CE5

Text Example


Text Example

White with #D63CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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