Html Css Color HEX #D15DDF Free Speech Magenta

📋 copy color: '#D15DDF'

red 209 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #D15DDF

Tints of Free Speech Magenta #D15DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 39.81%
G = 17.71%
B = 42.48%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D15DDF (or 0xD15DDF) is known color: Free Speech Magenta. HEX triplet: D1, 5D and DF. RGB value is (209,93,223). Sum of RGB (Red+Green+Blue) = 209+93+223=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #D15DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DDF is #2EA220. Grayscale: #8E8E8E. Windows color (decimal): -3056161 or 14638545. OLE color: 14638545.

HSL color Cylindrical-coordinate representation of color #D15DDF: hue angle of 293.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15DDF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 93 223 -
CMYK 0.06 0.58 0 0.13
HSL 293.54º 0.67% 0.62% -
HSV(B) 293.54º 0.58% 0.87% -
XYZ 43.53 26.71 72.67 -
YUV 142.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 209 93 223 0.06 0.58 0 0.13 293.54 0.67 0.62
Hex D1 5D DF 6 3A 0 D 126 43 3E
Octal 321 135 337 6 72 0 15 446 103 76
Binary 11010001 1011101 11011111 110 111010 0 1101 100100110 1000011 111110

Color Harmonies of #D15DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DDF

Black with #D15DDF

Text Example


Text Example

White with #D15DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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