Html Css Color HEX #D44ED7 Free Speech Magenta

📋 copy color: '#D44ED7'

red 212 ◦ green 78 ◦ blue 215

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

Shades of Free Speech Magenta #D44ED7

Tints of Free Speech Magenta #D44ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.57%

R = 41.98%
G = 15.45%
B = 42.57%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D44ED7 (or 0xD44ED7) is known color: Free Speech Magenta. HEX triplet: D4, 4E and D7. RGB value is (212,78,215). Sum of RGB (Red+Green+Blue) = 212+78+215=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #D44ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44ED7 is #2BB128. Grayscale: #858585. Windows color (decimal): -2863401 or 14110420. OLE color: 14110420.

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

Color convert

RGB 212 78 215 -
CMYK 0.01 0.64 0 0.16
HSL 298.69º 0.63% 0.57% -
HSV(B) 298.69º 0.64% 0.84% -
XYZ 42.14 24.35 66.77 -
YUV 133.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 212 78 215 0.01 0.64 0 0.16 298.69 0.63 0.57
Hex D4 4E D7 1 40 0 10 12B 3F 39
Octal 324 116 327 1 100 0 20 453 77 71
Binary 11010100 1001110 11010111 1 1000000 0 10000 100101011 111111 111001

Color Harmonies of #D44ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44ED7

Black with #D44ED7

Text Example


Text Example

White with #D44ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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