Html Css Color HEX #DB37F6 Free Speech Magenta

📋 copy color: '#DB37F6'

red 219 ◦ green 55 ◦ blue 246

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

Shades of Free Speech Magenta #DB37F6

Tints of Free Speech Magenta #DB37F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 42.12%
G = 10.58%
B = 47.31%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB37F6 (or 0xDB37F6) is known color: Free Speech Magenta. HEX triplet: DB, 37 and F6. RGB value is (219,55,246). Sum of RGB (Red+Green+Blue) = 219+55+246=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB37F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB37F6 is #24C809. Grayscale: #7D7D7D. Windows color (decimal): -2410506 or 16136155. OLE color: 16136155.

HSL color Cylindrical-coordinate representation of color #DB37F6: hue angle of 291.52º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB37F6 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 55 246 -
CMYK 0.11 0.78 0 0.04
HSL 291.52º 0.91% 0.59% -
HSV(B) 291.52º 0.78% 0.96% -
XYZ 47.21 24.45 89.42 -
YUV 125.81 195.83 194.47 -
System Red Green Blue C M Y K H S L
Decimal 219 55 246 0.11 0.78 0 0.04 291.52 0.91 0.59
Hex DB 37 F6 B 4E 0 4 124 5B 3B
Octal 333 67 366 13 116 0 4 444 133 73
Binary 11011011 110111 11110110 1011 1001110 0 100 100100100 1011011 111011

Color Harmonies of #DB37F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37F6

Black with #DB37F6

Text Example


Text Example

White with #DB37F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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