Html Css Color HEX #DB37FB Free Speech Magenta

📋 copy color: '#DB37FB'

red 219 ◦ green 55 ◦ blue 251

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

Shades of Free Speech Magenta #DB37FB

Tints of Free Speech Magenta #DB37FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 41.71%
G = 10.48%
B = 47.81%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB37FB (or 0xDB37FB) is known color: Free Speech Magenta. HEX triplet: DB, 37 and FB. RGB value is (219,55,251). Sum of RGB (Red+Green+Blue) = 219+55+251=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB37FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB37FB is #24C804. Grayscale: #7D7D7D. Windows color (decimal): -2410501 or 16463835. OLE color: 16463835.

HSL color Cylindrical-coordinate representation of color #DB37FB: hue angle of 290.2º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB37FB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 55 251 -
CMYK 0.13 0.78 0 0.02
HSL 290.2º 0.96% 0.6% -
HSV(B) 290.2º 0.78% 0.98% -
XYZ 47.99 24.76 93.52 -
YUV 126.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 219 55 251 0.13 0.78 0 0.02 290.2 0.96 0.6
Hex DB 37 FB D 4E 0 2 122 60 3C
Octal 333 67 373 15 116 0 2 442 140 74
Binary 11011011 110111 11111011 1101 1001110 0 10 100100010 1100000 111100

Color Harmonies of #DB37FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37FB

Black with #DB37FB

Text Example


Text Example

White with #DB37FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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