Html Css Color HEX #D63FDE Free Speech Magenta

📋 copy color: '#D63FDE'

red 214 ◦ green 63 ◦ blue 222

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

Shades of Free Speech Magenta #D63FDE

Tints of Free Speech Magenta #D63FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 42.89%
G = 12.63%
B = 44.49%

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

#D63FDE (or 0xD63FDE) is known color: Free Speech Magenta. HEX triplet: D6, 3F and DE. RGB value is (214,63,222). Sum of RGB (Red+Green+Blue) = 214+63+222=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #D63FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FDE is #29C021. Grayscale: #7D7D7D. Windows color (decimal): -2736162 or 14565334. OLE color: 14565334.

HSL color Cylindrical-coordinate representation of color #D63FDE: hue angle of 296.98º 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 #D63FDE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 63 222 -
CMYK 0.04 0.72 0 0.13
HSL 296.98º 0.71% 0.56% -
HSV(B) 296.98º 0.72% 0.87% -
XYZ 42.69 23.13 71.32 -
YUV 126.28 182.03 190.57 -
System Red Green Blue C M Y K H S L
Decimal 214 63 222 0.04 0.72 0 0.13 296.98 0.71 0.56
Hex D6 3F DE 4 48 0 D 129 47 38
Octal 326 77 336 4 110 0 15 451 107 70
Binary 11010110 111111 11011110 100 1001000 0 1101 100101001 1000111 111000

Color Harmonies of #D63FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FDE

Black with #D63FDE

Text Example


Text Example

White with #D63FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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