Html Css Color HEX #DB40DB Free Speech Magenta

📋 copy color: '#DB40DB'

red 219 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Magenta #DB40DB

Tints of Free Speech Magenta #DB40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.75%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 43.63%
G = 12.75%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB40DB (or 0xDB40DB) is known color: Free Speech Magenta. HEX triplet: DB, 40 and DB. RGB value is (219,64,219). Sum of RGB (Red+Green+Blue) = 219+64+219=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40DB is #24BF24. Grayscale: #7F7F7F. Windows color (decimal): -2408229 or 14368987. OLE color: 14368987.

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

Color convert

RGB 219 64 219 -
CMYK 0 0.71 0 0.14
HSL 300º 0.68% 0.55% -
HSV(B) 300º 0.71% 0.86% -
XYZ 43.83 23.84 69.31 -
YUV 128.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 219 64 219 0 0.71 0 0.14 300 0.68 0.55
Hex DB 40 DB 0 47 0 E 12C 44 37
Octal 333 100 333 0 107 0 16 454 104 67
Binary 11011011 1000000 11011011 0 1000111 0 1110 100101100 1000100 110111

Color Harmonies of #DB40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40DB

Black with #DB40DB

Text Example


Text Example

White with #DB40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40DB; }

 p { color: rgb(219,64,219); }

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

background-color css

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

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

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

border-color css

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

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

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