Html Css Color HEX #DB41D5 Free Speech Magenta

📋 copy color: '#DB41D5'

red 219 ◦ green 65 ◦ blue 213

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

Shades of Free Speech Magenta #DB41D5

Tints of Free Speech Magenta #DB41D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 44.06%
G = 13.08%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB41D5 (or 0xDB41D5) is known color: Free Speech Magenta. HEX triplet: DB, 41 and D5. RGB value is (219,65,213). Sum of RGB (Red+Green+Blue) = 219+65+213=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41D5 is #24BE2A. Grayscale: #7F7F7F. Windows color (decimal): -2407979 or 13976027. OLE color: 13976027.

HSL color Cylindrical-coordinate representation of color #DB41D5: hue angle of 302.34º 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 #DB41D5 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 213 -
CMYK 0 0.70 0.03 0.14
HSL 302.34º 0.68% 0.56% -
HSV(B) 302.34º 0.7% 0.86% -
XYZ 43.11 23.64 65.24 -
YUV 127.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 219 65 213 0 0.70 0.03 0.14 302.34 0.68 0.56
Hex DB 41 D5 0 46 3 E 12E 44 38
Octal 333 101 325 0 106 3 16 456 104 70
Binary 11011011 1000001 11010101 0 1000110 11 1110 100101110 1000100 111000

Color Harmonies of #DB41D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41D5

Black with #DB41D5

Text Example


Text Example

White with #DB41D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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