Html Css Color HEX #D15CDB Free Speech Magenta

📋 copy color: '#D15CDB'

red 209 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #D15CDB

Tints of Free Speech Magenta #D15CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.69%

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

R = 40.19%
G = 17.69%
B = 42.12%

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

#D15CDB (or 0xD15CDB) is known color: Free Speech Magenta. HEX triplet: D1, 5C and DB. RGB value is (209,92,219). Sum of RGB (Red+Green+Blue) = 209+92+219=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #D15CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CDB is #2EA324. Grayscale: #8D8D8D. Windows color (decimal): -3056421 or 14376145. OLE color: 14376145.

HSL color Cylindrical-coordinate representation of color #D15CDB: hue angle of 295.28º 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 #D15CDB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 92 219 -
CMYK 0.05 0.58 0 0.14
HSL 295.28º 0.64% 0.61% -
HSV(B) 295.28º 0.58% 0.86% -
XYZ 42.91 26.32 69.84 -
YUV 141.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 209 92 219 0.05 0.58 0 0.14 295.28 0.64 0.61
Hex D1 5C DB 5 3A 0 E 127 40 3D
Octal 321 134 333 5 72 0 16 447 100 75
Binary 11010001 1011100 11011011 101 111010 0 1110 100100111 1000000 111101

Color Harmonies of #D15CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CDB

Black with #D15CDB

Text Example


Text Example

White with #D15CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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