Html Css Color HEX #D15AD8 Free Speech Magenta

📋 copy color: '#D15AD8'

red 209 ◦ green 90 ◦ blue 216

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

Shades of Free Speech Magenta #D15AD8

Tints of Free Speech Magenta #D15AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.48%

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

R = 40.58%
G = 17.48%
B = 41.94%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D15AD8 (or 0xD15AD8) is known color: Free Speech Magenta. HEX triplet: D1, 5A and D8. RGB value is (209,90,216). Sum of RGB (Red+Green+Blue) = 209+90+216=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #D15AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15AD8 is #2EA527. Grayscale: #8B8B8B. Windows color (decimal): -3056936 or 14179025. OLE color: 14179025.

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

Color convert

RGB 209 90 216 -
CMYK 0.03 0.58 0 0.15
HSL 296.67º 0.62% 0.6% -
HSV(B) 296.67º 0.58% 0.85% -
XYZ 42.35 25.83 67.72 -
YUV 139.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 209 90 216 0.03 0.58 0 0.15 296.67 0.62 0.6
Hex D1 5A D8 3 3A 0 F 129 3E 3C
Octal 321 132 330 3 72 0 17 451 76 74
Binary 11010001 1011010 11011000 11 111010 0 1111 100101001 111110 111100

Color Harmonies of #D15AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AD8

Black with #D15AD8

Text Example


Text Example

White with #D15AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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