Html Css Color HEX #D541DD Free Speech Magenta

📋 copy color: '#D541DD'

red 213 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Magenta #D541DD

Tints of Free Speech Magenta #D541DD

RGB

 RED value IS 213 (83.59% from 255) = 42.69%

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

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

R = 42.69%
G = 13.03%
B = 44.29%

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

#D541DD (or 0xD541DD) is known color: Free Speech Magenta. HEX triplet: D5, 41 and DD. RGB value is (213,65,221). Sum of RGB (Red+Green+Blue) = 213+65+221=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D541DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541DD is #2ABE22. Grayscale: #7E7E7E. Windows color (decimal): -2801187 or 14500309. OLE color: 14500309.

HSL color Cylindrical-coordinate representation of color #D541DD: hue angle of 296.92º 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 #D541DD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 65 221 -
CMYK 0.04 0.71 0 0.13
HSL 296.92º 0.7% 0.56% -
HSV(B) 296.92º 0.71% 0.87% -
XYZ 42.38 23.15 70.64 -
YUV 127.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 213 65 221 0.04 0.71 0 0.13 296.92 0.7 0.56
Hex D5 41 DD 4 47 0 D 129 46 38
Octal 325 101 335 4 107 0 15 451 106 70
Binary 11010101 1000001 11011101 100 1000111 0 1101 100101001 1000110 111000

Color Harmonies of #D541DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541DD

Black with #D541DD

Text Example


Text Example

White with #D541DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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