Html Css Color HEX #D63FDB Free Speech Magenta

📋 copy color: '#D63FDB'

red 214 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Magenta #D63FDB

Tints of Free Speech Magenta #D63FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 43.15%
G = 12.7%
B = 44.15%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D63FDB (or 0xD63FDB) is known color: Free Speech Magenta. HEX triplet: D6, 3F and DB. RGB value is (214,63,219). Sum of RGB (Red+Green+Blue) = 214+63+219=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D63FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FDB is #29C024. Grayscale: #7D7D7D. Windows color (decimal): -2736165 or 14368726. OLE color: 14368726.

HSL color Cylindrical-coordinate representation of color #D63FDB: hue angle of 298.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FDB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 63 219 -
CMYK 0.02 0.71 0 0.14
HSL 298.08º 0.68% 0.55% -
HSV(B) 298.08º 0.71% 0.86% -
XYZ 42.3 22.97 69.22 -
YUV 125.93 180.53 190.82 -
System Red Green Blue C M Y K H S L
Decimal 214 63 219 0.02 0.71 0 0.14 298.08 0.68 0.55
Hex D6 3F DB 2 47 0 E 12A 44 37
Octal 326 77 333 2 107 0 16 452 104 67
Binary 11010110 111111 11011011 10 1000111 0 1110 100101010 1000100 110111

Color Harmonies of #D63FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FDB

Black with #D63FDB

Text Example


Text Example

White with #D63FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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