Html Css Color HEX #D14EDB Free Speech Magenta

📋 copy color: '#D14EDB'

red 209 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #D14EDB

Tints of Free Speech Magenta #D14EDB

RGB

 RED value IS 209 (82.03% from 255) = 41.3%

 GREEN value IS 78 (30.86% from 255) = 15.42%

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

R = 41.3%
G = 15.42%
B = 43.28%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D14EDB (or 0xD14EDB) is known color: Free Speech Magenta. HEX triplet: D1, 4E and DB. RGB value is (209,78,219). Sum of RGB (Red+Green+Blue) = 209+78+219=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #D14EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EDB is #2EB124. Grayscale: #848484. Windows color (decimal): -3060005 or 14372561. OLE color: 14372561.

HSL color Cylindrical-coordinate representation of color #D14EDB: hue angle of 295.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14EDB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 78 219 -
CMYK 0.05 0.64 0 0.14
HSL 295.74º 0.66% 0.58% -
HSV(B) 295.74º 0.64% 0.86% -
XYZ 41.81 24.12 69.47 -
YUV 133.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 209 78 219 0.05 0.64 0 0.14 295.74 0.66 0.58
Hex D1 4E DB 5 40 0 E 128 42 3A
Octal 321 116 333 5 100 0 16 450 102 72
Binary 11010001 1001110 11011011 101 1000000 0 1110 100101000 1000010 111010

Color Harmonies of #D14EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14EDB

Black with #D14EDB

Text Example


Text Example

White with #D14EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14EDB; }

 p { color: rgb(209,78,219); }

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

background-color css

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

 a { background-color: rgb(209,78,219); }

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

border-color css

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

 span { border-color: rgb(209,78,219); }

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