Html Css Color HEX #DB39FB Free Speech Magenta

📋 copy color: '#DB39FB'

red 219 ◦ green 57 ◦ blue 251

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

Shades of Free Speech Magenta #DB39FB

Tints of Free Speech Magenta #DB39FB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.82%

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

R = 41.56%
G = 10.82%
B = 47.63%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB39FB (or 0xDB39FB) is known color: Free Speech Magenta. HEX triplet: DB, 39 and FB. RGB value is (219,57,251). Sum of RGB (Red+Green+Blue) = 219+57+251=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 57 (22.66% from 255 or 10.82% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB39FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB39FB is #24C604. Grayscale: #7E7E7E. Windows color (decimal): -2409989 or 16464347. OLE color: 16464347.

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

Color convert

RGB 219 57 251 -
CMYK 0.13 0.77 0 0.02
HSL 290.1º 0.96% 0.6% -
HSV(B) 290.1º 0.77% 0.98% -
XYZ 48.09 24.95 93.55 -
YUV 127.55 197.67 193.23 -
System Red Green Blue C M Y K H S L
Decimal 219 57 251 0.13 0.77 0 0.02 290.1 0.96 0.6
Hex DB 39 FB D 4D 0 2 122 60 3C
Octal 333 71 373 15 115 0 2 442 140 74
Binary 11011011 111001 11111011 1101 1001101 0 10 100100010 1100000 111100

Color Harmonies of #DB39FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39FB

Black with #DB39FB

Text Example


Text Example

White with #DB39FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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