Html Css Color HEX #D15DD0 Free Speech Magenta

📋 copy color: '#D15DD0'

red 209 ◦ green 93 ◦ blue 208

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

Shades of Free Speech Magenta #D15DD0

Tints of Free Speech Magenta #D15DD0

RGB

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

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

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

R = 40.98%
G = 18.24%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D15DD0 (or 0xD15DD0) is known color: Free Speech Magenta. HEX triplet: D1, 5D and D0. RGB value is (209,93,208). Sum of RGB (Red+Green+Blue) = 209+93+208=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DD0 is #2EA22F. Grayscale: #8C8C8C. Windows color (decimal): -3056176 or 13655505. OLE color: 13655505.

HSL color Cylindrical-coordinate representation of color #D15DD0: 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.56%. Process color model (Four color, CMYK) of #D15DD0 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 93 208 -
CMYK 0 0.56 0.00 0.18
HSL 300.52º 0.56% 0.59% -
HSV(B) 300.52º 0.56% 0.82% -
XYZ 41.59 25.94 62.49 -
YUV 140.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 209 93 208 0 0.56 0.00 0.18 300.52 0.56 0.59
Hex D1 5D D0 0 38 0 12 12D 38 3B
Octal 321 135 320 0 70 0 22 455 70 73
Binary 11010001 1011101 11010000 0 111000 0 10010 100101101 111000 111011

Color Harmonies of #D15DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DD0

Black with #D15DD0

Text Example


Text Example

White with #D15DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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