Html Css Color HEX #D15DDA Free Speech Magenta

📋 copy color: '#D15DDA'

red 209 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #D15DDA

Tints of Free Speech Magenta #D15DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 40.19%
G = 17.88%
B = 41.92%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D15DDA (or 0xD15DDA) is known color: Free Speech Magenta. HEX triplet: D1, 5D and DA. RGB value is (209,93,218). Sum of RGB (Red+Green+Blue) = 209+93+218=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #D15DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DDA is #2EA225. Grayscale: #8D8D8D. Windows color (decimal): -3056166 or 14310865. OLE color: 14310865.

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

Color convert

RGB 209 93 218 -
CMYK 0.04 0.57 0 0.15
HSL 295.68º 0.63% 0.61% -
HSV(B) 295.68º 0.57% 0.85% -
XYZ 42.86 26.45 69.18 -
YUV 141.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 209 93 218 0.04 0.57 0 0.15 295.68 0.63 0.61
Hex D1 5D DA 4 39 0 F 128 3F 3D
Octal 321 135 332 4 71 0 17 450 77 75
Binary 11010001 1011101 11011010 100 111001 0 1111 100101000 111111 111101

Color Harmonies of #D15DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DDA

Black with #D15DDA

Text Example


Text Example

White with #D15DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DDA; }

 p { color: rgb(209,93,218); }

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

background-color css

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

 a { background-color: rgb(209,93,218); }

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

border-color css

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

 span { border-color: rgb(209,93,218); }

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