Html Css Color HEX #DB37F0 Free Speech Magenta

📋 copy color: '#DB37F0'

red 219 ◦ green 55 ◦ blue 240

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

Shades of Free Speech Magenta #DB37F0

Tints of Free Speech Magenta #DB37F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 42.61%
G = 10.7%
B = 46.69%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB37F0 (or 0xDB37F0) is known color: Free Speech Magenta. HEX triplet: DB, 37 and F0. RGB value is (219,55,240). Sum of RGB (Red+Green+Blue) = 219+55+240=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB37F0 is #24C80F. Grayscale: #7C7C7C. Windows color (decimal): -2410512 or 15742939. OLE color: 15742939.

HSL color Cylindrical-coordinate representation of color #DB37F0: hue angle of 293.19º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB37F0 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 55 240 -
CMYK 0.09 0.77 0 0.06
HSL 293.19º 0.86% 0.58% -
HSV(B) 293.19º 0.77% 0.94% -
XYZ 46.31 24.08 84.65 -
YUV 125.13 192.83 194.96 -
System Red Green Blue C M Y K H S L
Decimal 219 55 240 0.09 0.77 0 0.06 293.19 0.86 0.58
Hex DB 37 F0 9 4D 0 6 125 56 3A
Octal 333 67 360 11 115 0 6 445 126 72
Binary 11011011 110111 11110000 1001 1001101 0 110 100100101 1010110 111010

Color Harmonies of #DB37F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37F0

Black with #DB37F0

Text Example


Text Example

White with #DB37F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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