Html Css Color HEX #D63CDB Free Speech Magenta

📋 copy color: '#D63CDB'

red 214 ◦ green 60 ◦ blue 219

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

Shades of Free Speech Magenta #D63CDB

Tints of Free Speech Magenta #D63CDB

RGB

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

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

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

R = 43.41%
G = 12.17%
B = 44.42%

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

#D63CDB (or 0xD63CDB) is known color: Free Speech Magenta. HEX triplet: D6, 3C and DB. RGB value is (214,60,219). Sum of RGB (Red+Green+Blue) = 214+60+219=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D63CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CDB is #29C324. Grayscale: #7B7B7B. Windows color (decimal): -2736933 or 14367958. OLE color: 14367958.

HSL color Cylindrical-coordinate representation of color #D63CDB: hue angle of 298.11º 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 #D63CDB is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 60 219 -
CMYK 0.02 0.73 0 0.14
HSL 298.11º 0.69% 0.55% -
HSV(B) 298.11º 0.73% 0.86% -
XYZ 42.13 22.64 69.17 -
YUV 124.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 214 60 219 0.02 0.73 0 0.14 298.11 0.69 0.55
Hex D6 3C DB 2 49 0 E 12A 45 37
Octal 326 74 333 2 111 0 16 452 105 67
Binary 11010110 111100 11011011 10 1001001 0 1110 100101010 1000101 110111

Color Harmonies of #D63CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CDB

Black with #D63CDB

Text Example


Text Example

White with #D63CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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