Html Css Color HEX #D63FDF Free Speech Magenta

📋 copy color: '#D63FDF'

red 214 ◦ green 63 ◦ blue 223

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

Shades of Free Speech Magenta #D63FDF

Tints of Free Speech Magenta #D63FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.6%

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

R = 42.8%
G = 12.6%
B = 44.6%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D63FDF (or 0xD63FDF) is known color: Free Speech Magenta. HEX triplet: D6, 3F and DF. RGB value is (214,63,223). Sum of RGB (Red+Green+Blue) = 214+63+223=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #D63FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FDF is #29C020. Grayscale: #7D7D7D. Windows color (decimal): -2736161 or 14630870. OLE color: 14630870.

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

Color convert

RGB 214 63 223 -
CMYK 0.04 0.72 0 0.13
HSL 296.63º 0.71% 0.56% -
HSV(B) 296.63º 0.72% 0.87% -
XYZ 42.83 23.18 72.03 -
YUV 126.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 214 63 223 0.04 0.72 0 0.13 296.63 0.71 0.56
Hex D6 3F DF 4 48 0 D 129 47 38
Octal 326 77 337 4 110 0 15 451 107 70
Binary 11010110 111111 11011111 100 1001000 0 1101 100101001 1000111 111000

Color Harmonies of #D63FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FDF

Black with #D63FDF

Text Example


Text Example

White with #D63FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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