#db50c7

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

Shades of Free Speech Magenta #DB50C7

Tints of Free Speech Magenta #DB50C7

Color information

#DB50C7 (or 0xDB50C7) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 50 and C7. RGB value is (219,80,199). Sum of RGB (Red+Green+Blue) = 219+80+199=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50C7 is #24AF38. Grayscale: #868686. Windows color (decimal): -2404153 or 13062363. OLE color: 13062363.

HSL color Cylindrical-coordinate representation of color #DB50C7: hue angle of 308.63º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50C7 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB21980199-
CMYK00.630.090.14
HSL308.63º65.88%58.63%-
HSV(B)308.63º63.47%85.88%-
XYZ42.3924.9256.61-
YUV135.13164.05187.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.98%
GREEN value IS 80 (31.64% from 255) = 16.06%
BLUE value IS 199 (78.12% from 255) = 39.96%
R=43.98%
G=16.06%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198019900.630.090.14308.6365.8858.63
HexDB50C703F9E135423b
Octal333120307077111646510273
Binary110110111010000110001110111111100111101001101011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db50c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db50c7; }

 p { color: rgb(219,80,199); }

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

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

 a { background-color: rgb(219,80,199); }

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

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

 span { border-color: rgb(219,80,199); }

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