Html Css Color HEX #D63EDB Free Speech Magenta

📋 copy color: '#D63EDB'

red 214 ◦ green 62 ◦ blue 219

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

Shades of Free Speech Magenta #D63EDB

Tints of Free Speech Magenta #D63EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.53%

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

R = 43.23%
G = 12.53%
B = 44.24%

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

#D63EDB (or 0xD63EDB) is known color: Free Speech Magenta. HEX triplet: D6, 3E and DB. RGB value is (214,62,219). Sum of RGB (Red+Green+Blue) = 214+62+219=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #D63EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EDB is #29C124. Grayscale: #7C7C7C. Windows color (decimal): -2736421 or 14368470. OLE color: 14368470.

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

Color convert

RGB 214 62 219 -
CMYK 0.02 0.72 0 0.14
HSL 298.09º 0.69% 0.55% -
HSV(B) 298.09º 0.72% 0.86% -
XYZ 42.24 22.86 69.2 -
YUV 125.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 214 62 219 0.02 0.72 0 0.14 298.09 0.69 0.55
Hex D6 3E DB 2 48 0 E 12A 45 37
Octal 326 76 333 2 110 0 16 452 105 67
Binary 11010110 111110 11011011 10 1001000 0 1110 100101010 1000101 110111

Color Harmonies of #D63EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EDB

Black with #D63EDB

Text Example


Text Example

White with #D63EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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