Html Css Color HEX #D159DA Free Speech Magenta

📋 copy color: '#D159DA'

red 209 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #D159DA

Tints of Free Speech Magenta #D159DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.25%

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

R = 40.5%
G = 17.25%
B = 42.25%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D159DA (or 0xD159DA) is known color: Free Speech Magenta. HEX triplet: D1, 59 and DA. RGB value is (209,89,218). Sum of RGB (Red+Green+Blue) = 209+89+218=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #D159DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159DA is #2EA625. Grayscale: #8B8B8B. Windows color (decimal): -3057190 or 14309841. OLE color: 14309841.

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

Color convert

RGB 209 89 218 -
CMYK 0.04 0.59 0 0.15
HSL 295.81º 0.64% 0.6% -
HSV(B) 295.81º 0.59% 0.85% -
XYZ 42.52 25.76 69.06 -
YUV 139.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 209 89 218 0.04 0.59 0 0.15 295.81 0.64 0.6
Hex D1 59 DA 4 3B 0 F 128 40 3C
Octal 321 131 332 4 73 0 17 450 100 74
Binary 11010001 1011001 11011010 100 111011 0 1111 100101000 1000000 111100

Color Harmonies of #D159DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159DA

Black with #D159DA

Text Example


Text Example

White with #D159DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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