Html Css Color HEX #DB37E5 Free Speech Magenta

📋 copy color: '#DB37E5'

red 219 ◦ green 55 ◦ blue 229

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

Shades of Free Speech Magenta #DB37E5

Tints of Free Speech Magenta #DB37E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 43.54%
G = 10.93%
B = 45.53%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB37E5 (or 0xDB37E5) is known color: Free Speech Magenta. HEX triplet: DB, 37 and E5. RGB value is (219,55,229). Sum of RGB (Red+Green+Blue) = 219+55+229=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB37E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37E5 is #24C81A. Grayscale: #7B7B7B. Windows color (decimal): -2410523 or 15022043. OLE color: 15022043.

HSL color Cylindrical-coordinate representation of color #DB37E5: hue angle of 296.55º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB37E5 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 55 229 -
CMYK 0.04 0.76 0 0.10
HSL 296.55º 0.77% 0.56% -
HSV(B) 296.55º 0.76% 0.9% -
XYZ 44.72 23.45 76.3 -
YUV 123.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 219 55 229 0.04 0.76 0 0.10 296.55 0.77 0.56
Hex DB 37 E5 4 4C 0 A 129 4D 38
Octal 333 67 345 4 114 0 12 451 115 70
Binary 11011011 110111 11100101 100 1001100 0 1010 100101001 1001101 111000

Color Harmonies of #DB37E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37E5

Black with #DB37E5

Text Example


Text Example

White with #DB37E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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