Html Css Color HEX #DB37E1 Free Speech Magenta

📋 copy color: '#DB37E1'

red 219 ◦ green 55 ◦ blue 225

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

Shades of Free Speech Magenta #DB37E1

Tints of Free Speech Magenta #DB37E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.09%

R = 43.89%
G = 11.02%
B = 45.09%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB37E1 (or 0xDB37E1) is known color: Free Speech Magenta. HEX triplet: DB, 37 and E1. RGB value is (219,55,225). Sum of RGB (Red+Green+Blue) = 219+55+225=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB37E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37E1 is #24C81E. Grayscale: #7A7A7A. Windows color (decimal): -2410527 or 14759899. OLE color: 14759899.

HSL color Cylindrical-coordinate representation of color #DB37E1: hue angle of 297.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB37E1 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 55 225 -
CMYK 0.03 0.76 0 0.12
HSL 297.88º 0.74% 0.55% -
HSV(B) 297.88º 0.76% 0.88% -
XYZ 44.17 23.23 73.39 -
YUV 123.42 185.33 196.18 -
System Red Green Blue C M Y K H S L
Decimal 219 55 225 0.03 0.76 0 0.12 297.88 0.74 0.55
Hex DB 37 E1 3 4C 0 C 12A 4A 37
Octal 333 67 341 3 114 0 14 452 112 67
Binary 11011011 110111 11100001 11 1001100 0 1100 100101010 1001010 110111

Color Harmonies of #DB37E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37E1

Black with #DB37E1

Text Example


Text Example

White with #DB37E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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