Html Css Color HEX #D44DDF Free Speech Magenta

📋 copy color: '#D44DDF'

red 212 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #D44DDF

Tints of Free Speech Magenta #D44DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.04%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 41.41%
G = 15.04%
B = 43.55%

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

#D44DDF (or 0xD44DDF) is known color: Free Speech Magenta. HEX triplet: D4, 4D and DF. RGB value is (212,77,223). Sum of RGB (Red+Green+Blue) = 212+77+223=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #D44DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DDF is #2BB220. Grayscale: #858585. Windows color (decimal): -2863649 or 14634452. OLE color: 14634452.

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

Color convert

RGB 212 77 223 -
CMYK 0.05 0.65 0 0.13
HSL 295.48º 0.7% 0.59% -
HSV(B) 295.48º 0.65% 0.87% -
XYZ 43.12 24.63 72.29 -
YUV 134.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 212 77 223 0.05 0.65 0 0.13 295.48 0.7 0.59
Hex D4 4D DF 5 41 0 D 127 46 3B
Octal 324 115 337 5 101 0 15 447 106 73
Binary 11010100 1001101 11011111 101 1000001 0 1101 100100111 1000110 111011

Color Harmonies of #D44DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DDF

Black with #D44DDF

Text Example


Text Example

White with #D44DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DDF; }

 p { color: rgb(212,77,223); }

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

background-color css

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

 a { background-color: rgb(212,77,223); }

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

border-color css

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

 span { border-color: rgb(212,77,223); }

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