Html Css Color HEX #D15ECC Free Speech Magenta

📋 copy color: '#D15ECC'

red 209 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #D15ECC

Tints of Free Speech Magenta #D15ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 41.22%
G = 18.54%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D15ECC (or 0xD15ECC) is known color: Free Speech Magenta. HEX triplet: D1, 5E and CC. RGB value is (209,94,204). Sum of RGB (Red+Green+Blue) = 209+94+204=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ECC is #2EA133. Grayscale: #8C8C8C. Windows color (decimal): -3055924 or 13393617. OLE color: 13393617.

HSL color Cylindrical-coordinate representation of color #D15ECC: hue angle of 302.61º 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 #D15ECC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 94 204 -
CMYK 0 0.55 0.02 0.18
HSL 302.61º 0.56% 0.59% -
HSV(B) 302.61º 0.55% 0.82% -
XYZ 41.2 25.92 59.96 -
YUV 140.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 209 94 204 0 0.55 0.02 0.18 302.61 0.56 0.59
Hex D1 5E CC 0 37 2 12 12F 38 3B
Octal 321 136 314 0 67 2 22 457 70 73
Binary 11010001 1011110 11001100 0 110111 10 10010 100101111 111000 111011

Color Harmonies of #D15ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ECC

Black with #D15ECC

Text Example


Text Example

White with #D15ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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