Html Css Color HEX #D149DA Free Speech Magenta

📋 copy color: '#D149DA'

red 209 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #D149DA

Tints of Free Speech Magenta #D149DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 41.8%
G = 14.6%
B = 43.6%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D149DA (or 0xD149DA) is known color: Free Speech Magenta. HEX triplet: D1, 49 and DA. RGB value is (209,73,218). Sum of RGB (Red+Green+Blue) = 209+73+218=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #D149DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149DA is #2EB625. Grayscale: #818181. Windows color (decimal): -3061286 or 14305745. OLE color: 14305745.

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

Color convert

RGB 209 73 218 -
CMYK 0.04 0.67 0 0.15
HSL 296.28º 0.66% 0.57% -
HSV(B) 296.28º 0.67% 0.85% -
XYZ 41.33 23.38 68.66 -
YUV 130.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 209 73 218 0.04 0.67 0 0.15 296.28 0.66 0.57
Hex D1 49 DA 4 43 0 F 128 42 39
Octal 321 111 332 4 103 0 17 450 102 71
Binary 11010001 1001001 11011010 100 1000011 0 1111 100101000 1000010 111001

Color Harmonies of #D149DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149DA

Black with #D149DA

Text Example


Text Example

White with #D149DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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