Html Css Color HEX #D63BDB Free Speech Magenta

📋 copy color: '#D63BDB'

red 214 ◦ green 59 ◦ blue 219

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

Shades of Free Speech Magenta #D63BDB

Tints of Free Speech Magenta #D63BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.99%

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

R = 43.5%
G = 11.99%
B = 44.51%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D63BDB (or 0xD63BDB) is known color: Free Speech Magenta. HEX triplet: D6, 3B and DB. RGB value is (214,59,219). Sum of RGB (Red+Green+Blue) = 214+59+219=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #D63BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BDB is #29C424. Grayscale: #7B7B7B. Windows color (decimal): -2737189 or 14367702. OLE color: 14367702.

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

Color convert

RGB 214 59 219 -
CMYK 0.02 0.73 0 0.14
HSL 298.13º 0.69% 0.55% -
HSV(B) 298.13º 0.73% 0.86% -
XYZ 42.08 22.54 69.15 -
YUV 123.59 181.85 192.49 -
System Red Green Blue C M Y K H S L
Decimal 214 59 219 0.02 0.73 0 0.14 298.13 0.69 0.55
Hex D6 3B DB 2 49 0 E 12A 45 37
Octal 326 73 333 2 111 0 16 452 105 67
Binary 11010110 111011 11011011 10 1001001 0 1110 100101010 1000101 110111

Color Harmonies of #D63BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BDB

Black with #D63BDB

Text Example


Text Example

White with #D63BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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