Html Css Color HEX #D15EDB Free Speech Magenta

📋 copy color: '#D15EDB'

red 209 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #D15EDB

Tints of Free Speech Magenta #D15EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 40.04%
G = 18.01%
B = 41.95%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D15EDB (or 0xD15EDB) is known color: Free Speech Magenta. HEX triplet: D1, 5E and DB. RGB value is (209,94,219). Sum of RGB (Red+Green+Blue) = 209+94+219=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #D15EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EDB is #2EA124. Grayscale: #8E8E8E. Windows color (decimal): -3055909 or 14376657. OLE color: 14376657.

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

Color convert

RGB 209 94 219 -
CMYK 0.05 0.57 0 0.14
HSL 295.2º 0.63% 0.61% -
HSV(B) 295.2º 0.57% 0.86% -
XYZ 43.08 26.68 69.9 -
YUV 142.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 209 94 219 0.05 0.57 0 0.14 295.2 0.63 0.61
Hex D1 5E DB 5 39 0 E 127 3F 3D
Octal 321 136 333 5 71 0 16 447 77 75
Binary 11010001 1011110 11011011 101 111001 0 1110 100100111 111111 111101

Color Harmonies of #D15EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EDB

Black with #D15EDB

Text Example


Text Example

White with #D15EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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