Html Css Color HEX #D54EDB Free Speech Magenta

📋 copy color: '#D54EDB'

red 213 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #D54EDB

Tints of Free Speech Magenta #D54EDB

RGB

 RED value IS 213 (83.59% from 255) = 41.76%

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

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

R = 41.76%
G = 15.29%
B = 42.94%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D54EDB (or 0xD54EDB) is known color: Free Speech Magenta. HEX triplet: D5, 4E and DB. RGB value is (213,78,219). Sum of RGB (Red+Green+Blue) = 213+78+219=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D54EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EDB is #2AB124. Grayscale: #868686. Windows color (decimal): -2797861 or 14372565. OLE color: 14372565.

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

Color convert

RGB 213 78 219 -
CMYK 0.03 0.64 0 0.14
HSL 297.45º 0.66% 0.58% -
HSV(B) 297.45º 0.64% 0.86% -
XYZ 42.95 24.71 69.52 -
YUV 134.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 213 78 219 0.03 0.64 0 0.14 297.45 0.66 0.58
Hex D5 4E DB 3 40 0 E 129 42 3A
Octal 325 116 333 3 100 0 16 451 102 72
Binary 11010101 1001110 11011011 11 1000000 0 1110 100101001 1000010 111010

Color Harmonies of #D54EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EDB

Black with #D54EDB

Text Example


Text Example

White with #D54EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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