Html Css Color HEX #D34ED9 Free Speech Magenta

📋 copy color: '#D34ED9'

red 211 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Magenta #D34ED9

Tints of Free Speech Magenta #D34ED9

RGB

 RED value IS 211 (82.81% from 255) = 41.7%

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

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 41.7%
G = 15.42%
B = 42.89%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D34ED9 (or 0xD34ED9) is known color: Free Speech Magenta. HEX triplet: D3, 4E and D9. RGB value is (211,78,217). Sum of RGB (Red+Green+Blue) = 211+78+217=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #D34ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34ED9 is #2CB126. Grayscale: #858585. Windows color (decimal): -2928935 or 14241491. OLE color: 14241491.

HSL color Cylindrical-coordinate representation of color #D34ED9: hue angle of 297.41º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34ED9 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 78 217 -
CMYK 0.03 0.64 0 0.15
HSL 297.41º 0.65% 0.58% -
HSV(B) 297.41º 0.64% 0.85% -
XYZ 42.11 24.31 68.12 -
YUV 133.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 211 78 217 0.03 0.64 0 0.15 297.41 0.65 0.58
Hex D3 4E D9 3 40 0 F 129 41 3A
Octal 323 116 331 3 100 0 17 451 101 72
Binary 11010011 1001110 11011001 11 1000000 0 1111 100101001 1000001 111010

Color Harmonies of #D34ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ED9

Black with #D34ED9

Text Example


Text Example

White with #D34ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ED9; }

 p { color: rgb(211,78,217); }

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

background-color css

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

 a { background-color: rgb(211,78,217); }

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

border-color css

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

 span { border-color: rgb(211,78,217); }

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