Html Css Color HEX #D54EDF Free Speech Magenta

📋 copy color: '#D54EDF'

red 213 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Magenta #D54EDF

Tints of Free Speech Magenta #D54EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 41.44%
G = 15.18%
B = 43.39%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D54EDF (or 0xD54EDF) is known color: Free Speech Magenta. HEX triplet: D5, 4E and DF. RGB value is (213,78,223). Sum of RGB (Red+Green+Blue) = 213+78+223=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #D54EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EDF is #2AB120. Grayscale: #868686. Windows color (decimal): -2797857 or 14634709. OLE color: 14634709.

HSL color Cylindrical-coordinate representation of color #D54EDF: hue angle of 295.86º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54EDF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 78 223 -
CMYK 0.04 0.65 0 0.13
HSL 295.86º 0.69% 0.59% -
HSV(B) 295.86º 0.65% 0.87% -
XYZ 43.48 24.92 72.33 -
YUV 134.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 213 78 223 0.04 0.65 0 0.13 295.86 0.69 0.59
Hex D5 4E DF 4 41 0 D 128 45 3B
Octal 325 116 337 4 101 0 15 450 105 73
Binary 11010101 1001110 11011111 100 1000001 0 1101 100101000 1000101 111011

Color Harmonies of #D54EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54EDF

Black with #D54EDF

Text Example


Text Example

White with #D54EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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