Html Css Color HEX #D63CDF Free Speech Magenta

📋 copy color: '#D63CDF'

red 214 ◦ green 60 ◦ blue 223

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

Shades of Free Speech Magenta #D63CDF

Tints of Free Speech Magenta #D63CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 43.06%
G = 12.07%
B = 44.87%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D63CDF (or 0xD63CDF) is known color: Free Speech Magenta. HEX triplet: D6, 3C and DF. RGB value is (214,60,223). Sum of RGB (Red+Green+Blue) = 214+60+223=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #D63CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CDF is #29C320. Grayscale: #7C7C7C. Windows color (decimal): -2736929 or 14630102. OLE color: 14630102.

HSL color Cylindrical-coordinate representation of color #D63CDF: hue angle of 296.69º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63CDF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 60 223 -
CMYK 0.04 0.73 0 0.13
HSL 296.69º 0.72% 0.55% -
HSV(B) 296.69º 0.73% 0.87% -
XYZ 42.67 22.86 71.97 -
YUV 124.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 214 60 223 0.04 0.73 0 0.13 296.69 0.72 0.55
Hex D6 3C DF 4 49 0 D 129 48 37
Octal 326 74 337 4 111 0 15 451 110 67
Binary 11010110 111100 11011111 100 1001001 0 1101 100101001 1001000 110111

Color Harmonies of #D63CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CDF

Black with #D63CDF

Text Example


Text Example

White with #D63CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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