Html Css Color HEX #D44AD2 Free Speech Magenta

📋 copy color: '#D44AD2'

red 212 ◦ green 74 ◦ blue 210

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

Shades of Free Speech Magenta #D44AD2

Tints of Free Speech Magenta #D44AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 42.74%
G = 14.92%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D44AD2 (or 0xD44AD2) is known color: Free Speech Magenta. HEX triplet: D4, 4A and D2. RGB value is (212,74,210). Sum of RGB (Red+Green+Blue) = 212+74+210=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44AD2 is #2BB52D. Grayscale: #828282. Windows color (decimal): -2864430 or 13781716. OLE color: 13781716.

HSL color Cylindrical-coordinate representation of color #D44AD2: hue angle of 300.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44AD2 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 74 210 -
CMYK 0 0.65 0.01 0.17
HSL 300.87º 0.62% 0.56% -
HSV(B) 300.87º 0.65% 0.83% -
XYZ 41.23 23.55 63.34 -
YUV 130.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 212 74 210 0 0.65 0.01 0.17 300.87 0.62 0.56
Hex D4 4A D2 0 41 1 11 12D 3E 38
Octal 324 112 322 0 101 1 21 455 76 70
Binary 11010100 1001010 11010010 0 1000001 1 10001 100101101 111110 111000

Color Harmonies of #D44AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44AD2

Black with #D44AD2

Text Example


Text Example

White with #D44AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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