Html Css Color HEX #D15DDB Free Speech Magenta

📋 copy color: '#D15DDB'

red 209 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #D15DDB

Tints of Free Speech Magenta #D15DDB

RGB

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

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

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

R = 40.12%
G = 17.85%
B = 42.03%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D15DDB (or 0xD15DDB) is known color: Free Speech Magenta. HEX triplet: D1, 5D and DB. RGB value is (209,93,219). Sum of RGB (Red+Green+Blue) = 209+93+219=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D15DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DDB is #2EA224. Grayscale: #8D8D8D. Windows color (decimal): -3056165 or 14376401. OLE color: 14376401.

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

Color convert

RGB 209 93 219 -
CMYK 0.05 0.58 0 0.14
HSL 295.24º 0.64% 0.61% -
HSV(B) 295.24º 0.58% 0.86% -
XYZ 43 26.5 69.87 -
YUV 142.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 209 93 219 0.05 0.58 0 0.14 295.24 0.64 0.61
Hex D1 5D DB 5 3A 0 E 127 40 3D
Octal 321 135 333 5 72 0 16 447 100 75
Binary 11010001 1011101 11011011 101 111010 0 1110 100100111 1000000 111101

Color Harmonies of #D15DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DDB

Black with #D15DDB

Text Example


Text Example

White with #D15DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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