Html Css Color HEX #D441DD Free Speech Magenta

📋 copy color: '#D441DD'

red 212 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Magenta #D441DD

Tints of Free Speech Magenta #D441DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.05%

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

R = 42.57%
G = 13.05%
B = 44.38%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D441DD (or 0xD441DD) is known color: Free Speech Magenta. HEX triplet: D4, 41 and DD. RGB value is (212,65,221). Sum of RGB (Red+Green+Blue) = 212+65+221=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #D441DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441DD is #2BBE22. Grayscale: #7E7E7E. Windows color (decimal): -2866723 or 14500308. OLE color: 14500308.

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

Color convert

RGB 212 65 221 -
CMYK 0.04 0.71 0 0.13
HSL 296.54º 0.7% 0.56% -
HSV(B) 296.54º 0.71% 0.87% -
XYZ 42.09 23 70.63 -
YUV 126.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 212 65 221 0.04 0.71 0 0.13 296.54 0.7 0.56
Hex D4 41 DD 4 47 0 D 129 46 38
Octal 324 101 335 4 107 0 15 451 106 70
Binary 11010100 1000001 11011101 100 1000111 0 1101 100101001 1000110 111000

Color Harmonies of #D441DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D441DD

Black with #D441DD

Text Example


Text Example

White with #D441DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D441DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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