Html Css Color HEX #D15ADE Free Speech Magenta

📋 copy color: '#D15ADE'

red 209 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #D15ADE

Tints of Free Speech Magenta #D15ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 40.12%
G = 17.27%
B = 42.61%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D15ADE (or 0xD15ADE) is known color: Free Speech Magenta. HEX triplet: D1, 5A and DE. RGB value is (209,90,222). Sum of RGB (Red+Green+Blue) = 209+90+222=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #D15ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ADE is #2EA521. Grayscale: #8C8C8C. Windows color (decimal): -3056930 or 14572241. OLE color: 14572241.

HSL color Cylindrical-coordinate representation of color #D15ADE: hue angle of 294.09º degrees, saturation: 0.67, 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 #D15ADE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 90 222 -
CMYK 0.06 0.59 0 0.13
HSL 294.09º 0.67% 0.61% -
HSV(B) 294.09º 0.59% 0.87% -
XYZ 43.14 26.14 71.88 -
YUV 140.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 209 90 222 0.06 0.59 0 0.13 294.09 0.67 0.61
Hex D1 5A DE 6 3B 0 D 126 43 3D
Octal 321 132 336 6 73 0 15 446 103 75
Binary 11010001 1011010 11011110 110 111011 0 1101 100100110 1000011 111101

Color Harmonies of #D15ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ADE

Black with #D15ADE

Text Example


Text Example

White with #D15ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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