Html Css Color HEX #D149D8 Free Speech Magenta

📋 copy color: '#D149D8'

red 209 ◦ green 73 ◦ blue 216

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

Shades of Free Speech Magenta #D149D8

Tints of Free Speech Magenta #D149D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 41.97%
G = 14.66%
B = 43.37%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D149D8 (or 0xD149D8) is known color: Free Speech Magenta. HEX triplet: D1, 49 and D8. RGB value is (209,73,216). Sum of RGB (Red+Green+Blue) = 209+73+216=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #D149D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149D8 is #2EB627. Grayscale: #818181. Windows color (decimal): -3061288 or 14174673. OLE color: 14174673.

HSL color Cylindrical-coordinate representation of color #D149D8: hue angle of 297.06º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D149D8 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 73 216 -
CMYK 0.03 0.66 0 0.15
HSL 297.06º 0.65% 0.57% -
HSV(B) 297.06º 0.66% 0.85% -
XYZ 41.07 23.28 67.29 -
YUV 129.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 209 73 216 0.03 0.66 0 0.15 297.06 0.65 0.57
Hex D1 49 D8 3 42 0 F 129 41 39
Octal 321 111 330 3 102 0 17 451 101 71
Binary 11010001 1001001 11011000 11 1000010 0 1111 100101001 1000001 111001

Color Harmonies of #D149D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149D8

Black with #D149D8

Text Example


Text Example

White with #D149D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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