Html Css Color HEX #D15ECE Free Speech Magenta

📋 copy color: '#D15ECE'

red 209 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Magenta #D15ECE

Tints of Free Speech Magenta #D15ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 41.06%
G = 18.47%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D15ECE (or 0xD15ECE) is known color: Free Speech Magenta. HEX triplet: D1, 5E and CE. RGB value is (209,94,206). Sum of RGB (Red+Green+Blue) = 209+94+206=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ECE is #2EA131. Grayscale: #8C8C8C. Windows color (decimal): -3055922 or 13524689. OLE color: 13524689.

HSL color Cylindrical-coordinate representation of color #D15ECE: hue angle of 301.57º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15ECE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 94 206 -
CMYK 0 0.55 0.01 0.18
HSL 301.57º 0.56% 0.59% -
HSV(B) 301.57º 0.55% 0.82% -
XYZ 41.44 26.02 61.23 -
YUV 141.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 209 94 206 0 0.55 0.01 0.18 301.57 0.56 0.59
Hex D1 5E CE 0 37 1 12 12E 38 3B
Octal 321 136 316 0 67 1 22 456 70 73
Binary 11010001 1011110 11001110 0 110111 1 10010 100101110 111000 111011

Color Harmonies of #D15ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ECE

Black with #D15ECE

Text Example


Text Example

White with #D15ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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