Html Css Color HEX #D149DD Free Speech Magenta

📋 copy color: '#D149DD'

red 209 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #D149DD

Tints of Free Speech Magenta #D149DD

RGB

 RED value IS 209 (82.03% from 255) = 41.55%

 GREEN value IS 73 (28.91% from 255) = 14.51%

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

R = 41.55%
G = 14.51%
B = 43.94%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D149DD (or 0xD149DD) is known color: Free Speech Magenta. HEX triplet: D1, 49 and DD. RGB value is (209,73,221). Sum of RGB (Red+Green+Blue) = 209+73+221=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #D149DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149DD is #2EB622. Grayscale: #828282. Windows color (decimal): -3061283 or 14502353. OLE color: 14502353.

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

Color convert

RGB 209 73 221 -
CMYK 0.05 0.67 0 0.13
HSL 295.14º 0.69% 0.58% -
HSV(B) 295.14º 0.67% 0.87% -
XYZ 41.73 23.54 70.75 -
YUV 130.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 209 73 221 0.05 0.67 0 0.13 295.14 0.69 0.58
Hex D1 49 DD 5 43 0 D 127 45 3A
Octal 321 111 335 5 103 0 15 447 105 72
Binary 11010001 1001001 11011101 101 1000011 0 1101 100100111 1000101 111010

Color Harmonies of #D149DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149DD

Black with #D149DD

Text Example


Text Example

White with #D149DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149DD; }

 p { color: rgb(209,73,221); }

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

background-color css

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

 a { background-color: rgb(209,73,221); }

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

border-color css

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

 span { border-color: rgb(209,73,221); }

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