Html Css Color HEX #D34ED5 Free Speech Magenta

📋 copy color: '#D34ED5'

red 211 ◦ green 78 ◦ blue 213

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

Shades of Free Speech Magenta #D34ED5

Tints of Free Speech Magenta #D34ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 42.03%
G = 15.54%
B = 42.43%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D34ED5 (or 0xD34ED5) is known color: Free Speech Magenta. HEX triplet: D3, 4E and D5. RGB value is (211,78,213). Sum of RGB (Red+Green+Blue) = 211+78+213=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #D34ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34ED5 is #2CB12A. Grayscale: #848484. Windows color (decimal): -2928939 or 13979347. OLE color: 13979347.

HSL color Cylindrical-coordinate representation of color #D34ED5: hue angle of 299.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34ED5 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 78 213 -
CMYK 0.01 0.63 0 0.16
HSL 299.11º 0.62% 0.57% -
HSV(B) 299.11º 0.63% 0.84% -
XYZ 41.6 24.1 65.41 -
YUV 133.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 211 78 213 0.01 0.63 0 0.16 299.11 0.62 0.57
Hex D3 4E D5 1 3F 0 10 12B 3E 39
Octal 323 116 325 1 77 0 20 453 76 71
Binary 11010011 1001110 11010101 1 111111 0 10000 100101011 111110 111001

Color Harmonies of #D34ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ED5

Black with #D34ED5

Text Example


Text Example

White with #D34ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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