#DB61BA

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

Shades of Free Speech Magenta #DB61BA

Tints of Free Speech Magenta #DB61BA

Color information

#DB61BA (or 0xDB61BA) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 61 and BA. RGB value is (219,97,186). Sum of RGB (Red+Green+Blue) = 219+97+186=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61BA is #249E45. Grayscale: #8F8F8F. Windows color (decimal): -2399814 or 12214747. OLE color: 12214747.

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

Color convert

RGB21997186-
CMYK00.560.150.14
HSL316.23º62.89%61.96%-
HSV(B)316.23º55.71%85.88%-
XYZ42.3527.1549.46-
YUV143.62151.92181.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 97 (38.28% from 255) = 19.32%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=43.63%
G=19.32%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199718600.560.150.14316.2362.8961.96
HexDB61BA038FE13c3f3e
Octal33314127207017164747776
Binary11011011110000110111010011100011111110100111100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB61BA; }

 p { color: rgb(219,97,186); }

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

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

 a { background-color: rgb(219,97,186); }

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

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

 span { border-color: rgb(219,97,186); }

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