Html Css Color HEX #D63CE9 Free Speech Magenta

📋 copy color: '#D63CE9'

red 214 ◦ green 60 ◦ blue 233

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

Shades of Free Speech Magenta #D63CE9

Tints of Free Speech Magenta #D63CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 42.21%
G = 11.83%
B = 45.96%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D63CE9 (or 0xD63CE9) is known color: Free Speech Magenta. HEX triplet: D6, 3C and E9. RGB value is (214,60,233). Sum of RGB (Red+Green+Blue) = 214+60+233=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #D63CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CE9 is #29C316. Grayscale: #7D7D7D. Windows color (decimal): -2736919 or 15285462. OLE color: 15285462.

HSL color Cylindrical-coordinate representation of color #D63CE9: hue angle of 293.41º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63CE9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 60 233 -
CMYK 0.08 0.74 0 0.09
HSL 293.41º 0.8% 0.57% -
HSV(B) 293.41º 0.74% 0.91% -
XYZ 44.06 23.41 79.29 -
YUV 125.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 214 60 233 0.08 0.74 0 0.09 293.41 0.8 0.57
Hex D6 3C E9 8 4A 0 9 125 50 39
Octal 326 74 351 10 112 0 11 445 120 71
Binary 11010110 111100 11101001 1000 1001010 0 1001 100100101 1010000 111001

Color Harmonies of #D63CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CE9

Black with #D63CE9

Text Example


Text Example

White with #D63CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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