Html Css Color HEX #D159E5 Free Speech Magenta

📋 copy color: '#D159E5'

red 209 ◦ green 89 ◦ blue 229

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

Shades of Free Speech Magenta #D159E5

Tints of Free Speech Magenta #D159E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.45%

R = 39.66%
G = 16.89%
B = 43.45%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D159E5 (or 0xD159E5) is known color: Free Speech Magenta. HEX triplet: D1, 59 and E5. RGB value is (209,89,229). Sum of RGB (Red+Green+Blue) = 209+89+229=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #D159E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159E5 is #2EA61A. Grayscale: #8C8C8C. Windows color (decimal): -3057179 or 15030737. OLE color: 15030737.

HSL color Cylindrical-coordinate representation of color #D159E5: hue angle of 291.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D159E5 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 89 229 -
CMYK 0.09 0.61 0 0.10
HSL 291.43º 0.73% 0.62% -
HSV(B) 291.43º 0.61% 0.9% -
XYZ 44.01 26.36 76.9 -
YUV 140.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 209 89 229 0.09 0.61 0 0.10 291.43 0.73 0.62
Hex D1 59 E5 9 3D 0 A 123 49 3E
Octal 321 131 345 11 75 0 12 443 111 76
Binary 11010001 1011001 11100101 1001 111101 0 1010 100100011 1001001 111110

Color Harmonies of #D159E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159E5

Black with #D159E5

Text Example


Text Example

White with #D159E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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