Html Css Color HEX #D15EDA Free Speech Magenta

📋 copy color: '#D15EDA'

red 209 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #D15EDA

Tints of Free Speech Magenta #D15EDA

RGB

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

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

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

R = 40.12%
G = 18.04%
B = 41.84%

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

#D15EDA (or 0xD15EDA) is known color: Free Speech Magenta. HEX triplet: D1, 5E and DA. RGB value is (209,94,218). Sum of RGB (Red+Green+Blue) = 209+94+218=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #D15EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EDA is #2EA125. Grayscale: #8E8E8E. Windows color (decimal): -3055910 or 14311121. OLE color: 14311121.

HSL color Cylindrical-coordinate representation of color #D15EDA: hue angle of 295.65º 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 #D15EDA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 94 218 -
CMYK 0.04 0.57 0 0.15
HSL 295.65º 0.63% 0.61% -
HSV(B) 295.65º 0.57% 0.85% -
XYZ 42.95 26.62 69.2 -
YUV 142.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 209 94 218 0.04 0.57 0 0.15 295.65 0.63 0.61
Hex D1 5E DA 4 39 0 F 128 3F 3D
Octal 321 136 332 4 71 0 17 450 77 75
Binary 11010001 1011110 11011010 100 111001 0 1111 100101000 111111 111101

Color Harmonies of #D15EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EDA

Black with #D15EDA

Text Example


Text Example

White with #D15EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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