Html Css Color HEX #D34EDD Free Speech Magenta

📋 copy color: '#D34EDD'

red 211 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #D34EDD

Tints of Free Speech Magenta #D34EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 41.37%
G = 15.29%
B = 43.33%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D34EDD (or 0xD34EDD) is known color: Free Speech Magenta. HEX triplet: D3, 4E and DD. RGB value is (211,78,221). Sum of RGB (Red+Green+Blue) = 211+78+221=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #D34EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34EDD is #2CB122. Grayscale: #858585. Windows color (decimal): -2928931 or 14503635. OLE color: 14503635.

HSL color Cylindrical-coordinate representation of color #D34EDD: hue angle of 295.8º degrees, saturation: 0.68, 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 #D34EDD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 78 221 -
CMYK 0.05 0.65 0 0.13
HSL 295.8º 0.68% 0.59% -
HSV(B) 295.8º 0.65% 0.87% -
XYZ 42.64 24.52 70.89 -
YUV 134.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 211 78 221 0.05 0.65 0 0.13 295.8 0.68 0.59
Hex D3 4E DD 5 41 0 D 128 44 3B
Octal 323 116 335 5 101 0 15 450 104 73
Binary 11010011 1001110 11011101 101 1000001 0 1101 100101000 1000100 111011

Color Harmonies of #D34EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EDD

Black with #D34EDD

Text Example


Text Example

White with #D34EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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