Html Css Color HEX #D15ADD Free Speech Magenta

📋 copy color: '#D15ADD'

red 209 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #D15ADD

Tints of Free Speech Magenta #D15ADD

RGB

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

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

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

R = 40.19%
G = 17.31%
B = 42.5%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D15ADD (or 0xD15ADD) is known color: Free Speech Magenta. HEX triplet: D1, 5A and DD. RGB value is (209,90,221). Sum of RGB (Red+Green+Blue) = 209+90+221=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #D15ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ADD is #2EA522. Grayscale: #8C8C8C. Windows color (decimal): -3056931 or 14506705. OLE color: 14506705.

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

Color convert

RGB 209 90 221 -
CMYK 0.05 0.59 0 0.13
HSL 294.5º 0.66% 0.61% -
HSV(B) 294.5º 0.59% 0.87% -
XYZ 43 26.09 71.18 -
YUV 140.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 209 90 221 0.05 0.59 0 0.13 294.5 0.66 0.61
Hex D1 5A DD 5 3B 0 D 127 42 3D
Octal 321 132 335 5 73 0 15 447 102 75
Binary 11010001 1011010 11011101 101 111011 0 1101 100100111 1000010 111101

Color Harmonies of #D15ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ADD

Black with #D15ADD

Text Example


Text Example

White with #D15ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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