#D15CD6

Color #D15CD6 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D15CD6

Tints of Free Speech Magenta #D15CD6

Color information

#D15CD6 (or 0xD15CD6) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 5C and D6. RGB value is (209,92,214). Sum of RGB (Red+Green+Blue) = 209+92+214=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #D15CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CD6 is #2EA329. Grayscale: #8C8C8C. Windows color (decimal): -3056426 or 14048465. OLE color: 14048465.

HSL color Cylindrical-coordinate representation of color #D15CD6: hue angle of 297.54º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15CD6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20992214-
CMYK0.020.5700.16
HSL297.54º59.8%60%-
HSV(B)297.54º57.01%83.92%-
XYZ42.2626.0666.42-
YUV140.89169.26176.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=40.58%
G=17.86%
B=41.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209922140.020.5700.16297.5459.860
HexD15CD623901012a3c3c
Octal3211343262710204527474
Binary1101000110111001101011010111001010000100101010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CD6; }

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

 H1.HeaderClassName
 {
   color: #D15CD6;
 }
 .AnyTagClassName
 {
   color: #D15CD6;
 }
</style>
background-color css

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

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

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

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

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

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