Html Css Color HEX #D15ED0 Free Speech Magenta

📋 copy color: '#D15ED0'

red 209 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Magenta #D15ED0

Tints of Free Speech Magenta #D15ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 40.9%
G = 18.4%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D15ED0 (or 0xD15ED0) is known color: Free Speech Magenta. HEX triplet: D1, 5E and D0. RGB value is (209,94,208). Sum of RGB (Red+Green+Blue) = 209+94+208=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ED0 is #2EA12F. Grayscale: #8D8D8D. Windows color (decimal): -3055920 or 13655761. OLE color: 13655761.

HSL color Cylindrical-coordinate representation of color #D15ED0: hue angle of 300.52º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15ED0 is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 94 208 -
CMYK 0 0.55 0.00 0.18
HSL 300.52º 0.56% 0.59% -
HSV(B) 300.52º 0.55% 0.82% -
XYZ 41.68 26.11 62.52 -
YUV 141.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 209 94 208 0 0.55 0.00 0.18 300.52 0.56 0.59
Hex D1 5E D0 0 37 0 12 12D 38 3B
Octal 321 136 320 0 67 0 22 455 70 73
Binary 11010001 1011110 11010000 0 110111 0 10010 100101101 111000 111011

Color Harmonies of #D15ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ED0

Black with #D15ED0

Text Example


Text Example

White with #D15ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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