Html Css Color HEX #DB41D9 Free Speech Magenta

📋 copy color: '#DB41D9'

red 219 ◦ green 65 ◦ blue 217

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

Shades of Free Speech Magenta #DB41D9

Tints of Free Speech Magenta #DB41D9

RGB

 RED value IS 219 (85.94% from 255) = 43.71%

 GREEN value IS 65 (25.78% from 255) = 12.97%

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 43.71%
G = 12.97%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB41D9 (or 0xDB41D9) is known color: Free Speech Magenta. HEX triplet: DB, 41 and D9. RGB value is (219,65,217). Sum of RGB (Red+Green+Blue) = 219+65+217=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41D9 is #24BE26. Grayscale: #7F7F7F. Windows color (decimal): -2407975 or 14238171. OLE color: 14238171.

HSL color Cylindrical-coordinate representation of color #DB41D9: hue angle of 300.78º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41D9 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 217 -
CMYK 0 0.70 0.01 0.14
HSL 300.78º 0.68% 0.56% -
HSV(B) 300.78º 0.7% 0.86% -
XYZ 43.63 23.85 67.95 -
YUV 128.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 219 65 217 0 0.70 0.01 0.14 300.78 0.68 0.56
Hex DB 41 D9 0 46 1 E 12D 44 38
Octal 333 101 331 0 106 1 16 455 104 70
Binary 11011011 1000001 11011001 0 1000110 1 1110 100101101 1000100 111000

Color Harmonies of #DB41D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41D9

Black with #DB41D9

Text Example


Text Example

White with #DB41D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41D9; }

 p { color: rgb(219,65,217); }

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

background-color css

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

 a { background-color: rgb(219,65,217); }

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

border-color css

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

 span { border-color: rgb(219,65,217); }

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