Html Css Color HEX #DB37DB Free Speech Magenta

📋 copy color: '#DB37DB'

red 219 ◦ green 55 ◦ blue 219

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

Shades of Free Speech Magenta #DB37DB

Tints of Free Speech Magenta #DB37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.16%

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

R = 44.42%
G = 11.16%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB37DB (or 0xDB37DB) is known color: Free Speech Magenta. HEX triplet: DB, 37 and DB. RGB value is (219,55,219). Sum of RGB (Red+Green+Blue) = 219+55+219=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37DB is #24C824. Grayscale: #7A7A7A. Windows color (decimal): -2410533 or 14366683. OLE color: 14366683.

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

Color convert

RGB 219 55 219 -
CMYK 0 0.75 0 0.14
HSL 300º 0.69% 0.54% -
HSV(B) 300º 0.75% 0.86% -
XYZ 43.37 22.91 69.15 -
YUV 122.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 219 55 219 0 0.75 0 0.14 300 0.69 0.54
Hex DB 37 DB 0 4B 0 E 12C 45 36
Octal 333 67 333 0 113 0 16 454 105 66
Binary 11011011 110111 11011011 0 1001011 0 1110 100101100 1000101 110110

Color Harmonies of #DB37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37DB

Black with #DB37DB

Text Example


Text Example

White with #DB37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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