Html Css Color HEX #D15EDD Free Speech Magenta

📋 copy color: '#D15EDD'

red 209 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #D15EDD

Tints of Free Speech Magenta #D15EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 39.89%
G = 17.94%
B = 42.18%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D15EDD (or 0xD15EDD) is known color: Free Speech Magenta. HEX triplet: D1, 5E and DD. RGB value is (209,94,221). Sum of RGB (Red+Green+Blue) = 209+94+221=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #D15EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EDD is #2EA122. Grayscale: #8E8E8E. Windows color (decimal): -3055907 or 14507729. OLE color: 14507729.

HSL color Cylindrical-coordinate representation of color #D15EDD: hue angle of 294.33º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15EDD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 94 221 -
CMYK 0.05 0.57 0 0.13
HSL 294.33º 0.65% 0.62% -
HSV(B) 294.33º 0.57% 0.87% -
XYZ 43.35 26.78 71.29 -
YUV 142.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 209 94 221 0.05 0.57 0 0.13 294.33 0.65 0.62
Hex D1 5E DD 5 39 0 D 126 41 3E
Octal 321 136 335 5 71 0 15 446 101 76
Binary 11010001 1011110 11011101 101 111001 0 1101 100100110 1000001 111110

Color Harmonies of #D15EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EDD

Black with #D15EDD

Text Example


Text Example

White with #D15EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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