#DB61E1

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

Shades of Free Speech Magenta #DB61E1

Tints of Free Speech Magenta #DB61E1

Color information

#DB61E1 (or 0xDB61E1) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 61 and E1. RGB value is (219,97,225). Sum of RGB (Red+Green+Blue) = 219+97+225=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61E1 is #249E1E. Grayscale: #939393. Windows color (decimal): -2399775 or 14770651. OLE color: 14770651.

HSL color Cylindrical-coordinate representation of color #DB61E1: hue angle of 297.19º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB61E1 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21997225-
CMYK0.030.5700.12
HSL297.19º68.09%63.14%-
HSV(B)297.19º56.89%88.24%-
XYZ47.0829.0574.36-
YUV148.07171.42178.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 97 (38.28% from 255) = 17.93%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=40.48%
G=17.93%
B=41.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219972250.030.5700.12297.1968.0963.14
HexDB61E13390C129443f
Octal33314134137101445110477
Binary1101101111000011110000111111001011001001010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB61E1; }

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

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

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

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

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

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

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

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