Html Css Color HEX #D15ED8 Free Speech Magenta

📋 copy color: '#D15ED8'

red 209 ◦ green 94 ◦ blue 216

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

Shades of Free Speech Magenta #D15ED8

Tints of Free Speech Magenta #D15ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

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

R = 40.27%
G = 18.11%
B = 41.62%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D15ED8 (or 0xD15ED8) is known color: Free Speech Magenta. HEX triplet: D1, 5E and D8. RGB value is (209,94,216). Sum of RGB (Red+Green+Blue) = 209+94+216=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #D15ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ED8 is #2EA127. Grayscale: #8D8D8D. Windows color (decimal): -3055912 or 14180049. OLE color: 14180049.

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

Color convert

RGB 209 94 216 -
CMYK 0.03 0.56 0 0.15
HSL 296.56º 0.61% 0.61% -
HSV(B) 296.56º 0.56% 0.85% -
XYZ 42.69 26.52 67.83 -
YUV 142.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 209 94 216 0.03 0.56 0 0.15 296.56 0.61 0.61
Hex D1 5E D8 3 38 0 F 129 3D 3D
Octal 321 136 330 3 70 0 17 451 75 75
Binary 11010001 1011110 11011000 11 111000 0 1111 100101001 111101 111101

Color Harmonies of #D15ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ED8

Black with #D15ED8

Text Example


Text Example

White with #D15ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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