Html Css Color HEX #D44EDD Free Speech Magenta

📋 copy color: '#D44EDD'

red 212 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #D44EDD

Tints of Free Speech Magenta #D44EDD

RGB

 RED value IS 212 (83.2% from 255) = 41.49%

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

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

R = 41.49%
G = 15.26%
B = 43.25%

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

#D44EDD (or 0xD44EDD) is known color: Free Speech Magenta. HEX triplet: D4, 4E and DD. RGB value is (212,78,221). Sum of RGB (Red+Green+Blue) = 212+78+221=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #D44EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EDD is #2BB122. Grayscale: #858585. Windows color (decimal): -2863395 or 14503636. OLE color: 14503636.

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

Color convert

RGB 212 78 221 -
CMYK 0.04 0.65 0 0.13
HSL 296.22º 0.68% 0.59% -
HSV(B) 296.22º 0.65% 0.87% -
XYZ 42.93 24.67 70.91 -
YUV 134.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 212 78 221 0.04 0.65 0 0.13 296.22 0.68 0.59
Hex D4 4E DD 4 41 0 D 128 44 3B
Octal 324 116 335 4 101 0 15 450 104 73
Binary 11010100 1001110 11011101 100 1000001 0 1101 100101000 1000100 111011

Color Harmonies of #D44EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44EDD

Black with #D44EDD

Text Example


Text Example

White with #D44EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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