Html Css Color HEX #D63DDB Free Speech Magenta

📋 copy color: '#D63DDB'

red 214 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Magenta #D63DDB

Tints of Free Speech Magenta #D63DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.35%

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

R = 43.32%
G = 12.35%
B = 44.33%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D63DDB (or 0xD63DDB) is known color: Free Speech Magenta. HEX triplet: D6, 3D and DB. RGB value is (214,61,219). Sum of RGB (Red+Green+Blue) = 214+61+219=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D63DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DDB is #29C224. Grayscale: #7C7C7C. Windows color (decimal): -2736677 or 14368214. OLE color: 14368214.

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

Color convert

RGB 214 61 219 -
CMYK 0.02 0.72 0 0.14
HSL 298.1º 0.69% 0.55% -
HSV(B) 298.1º 0.72% 0.86% -
XYZ 42.19 22.75 69.19 -
YUV 124.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 214 61 219 0.02 0.72 0 0.14 298.1 0.69 0.55
Hex D6 3D DB 2 48 0 E 12A 45 37
Octal 326 75 333 2 110 0 16 452 105 67
Binary 11010110 111101 11011011 10 1001000 0 1110 100101010 1000101 110111

Color Harmonies of #D63DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DDB

Black with #D63DDB

Text Example


Text Example

White with #D63DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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