Html Css Color HEX #D44ADD Free Speech Magenta

📋 copy color: '#D44ADD'

red 212 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #D44ADD

Tints of Free Speech Magenta #D44ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.6%

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

R = 41.81%
G = 14.6%
B = 43.59%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D44ADD (or 0xD44ADD) is known color: Free Speech Magenta. HEX triplet: D4, 4A and DD. RGB value is (212,74,221). Sum of RGB (Red+Green+Blue) = 212+74+221=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #D44ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ADD is #2BB522. Grayscale: #838383. Windows color (decimal): -2864419 or 14502612. OLE color: 14502612.

HSL color Cylindrical-coordinate representation of color #D44ADD: hue angle of 296.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44ADD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 74 221 -
CMYK 0.04 0.67 0 0.13
HSL 296.33º 0.68% 0.58% -
HSV(B) 296.33º 0.67% 0.87% -
XYZ 42.65 24.12 70.81 -
YUV 132.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 212 74 221 0.04 0.67 0 0.13 296.33 0.68 0.58
Hex D4 4A DD 4 43 0 D 128 44 3A
Octal 324 112 335 4 103 0 15 450 104 72
Binary 11010100 1001010 11011101 100 1000011 0 1101 100101000 1000100 111010

Color Harmonies of #D44ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44ADD

Black with #D44ADD

Text Example


Text Example

White with #D44ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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