Html Css Color HEX #DB41E9 Free Speech Magenta

📋 copy color: '#DB41E9'

red 219 ◦ green 65 ◦ blue 233

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

Shades of Free Speech Magenta #DB41E9

Tints of Free Speech Magenta #DB41E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 42.36%
G = 12.57%
B = 45.07%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB41E9 (or 0xDB41E9) is known color: Free Speech Magenta. HEX triplet: DB, 41 and E9. RGB value is (219,65,233). Sum of RGB (Red+Green+Blue) = 219+65+233=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB41E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41E9 is #24BE16. Grayscale: #818181. Windows color (decimal): -2407959 or 15286747. OLE color: 15286747.

HSL color Cylindrical-coordinate representation of color #DB41E9: hue angle of 295º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB41E9 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 65 233 -
CMYK 0.06 0.72 0 0.09
HSL 295º 0.79% 0.58% -
HSV(B) 295º 0.72% 0.91% -
XYZ 45.81 24.72 79.45 -
YUV 130.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 219 65 233 0.06 0.72 0 0.09 295 0.79 0.58
Hex DB 41 E9 6 48 0 9 127 4F 3A
Octal 333 101 351 6 110 0 11 447 117 72
Binary 11011011 1000001 11101001 110 1001000 0 1001 100100111 1001111 111010

Color Harmonies of #DB41E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41E9

Black with #DB41E9

Text Example


Text Example

White with #DB41E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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