Html Css Color HEX #DB40F3 Free Speech Magenta

📋 copy color: '#DB40F3'

red 219 ◦ green 64 ◦ blue 243

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

Shades of Free Speech Magenta #DB40F3

Tints of Free Speech Magenta #DB40F3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.17%

 BLUE value IS 243 (95.31% from 255) = 46.2%

R = 41.63%
G = 12.17%
B = 46.2%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB40F3 (or 0xDB40F3) is known color: Free Speech Magenta. HEX triplet: DB, 40 and F3. RGB value is (219,64,243). Sum of RGB (Red+Green+Blue) = 219+64+243=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB40F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40F3 is #24BF0C. Grayscale: #828282. Windows color (decimal): -2408205 or 15941851. OLE color: 15941851.

HSL color Cylindrical-coordinate representation of color #DB40F3: hue angle of 291.96º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB40F3 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 64 243 -
CMYK 0.10 0.74 0 0.05
HSL 291.96º 0.88% 0.6% -
HSV(B) 291.96º 0.74% 0.95% -
XYZ 47.22 25.2 87.17 -
YUV 130.75 191.35 190.95 -
System Red Green Blue C M Y K H S L
Decimal 219 64 243 0.10 0.74 0 0.05 291.96 0.88 0.6
Hex DB 40 F3 A 4A 0 5 124 58 3C
Octal 333 100 363 12 112 0 5 444 130 74
Binary 11011011 1000000 11110011 1010 1001010 0 101 100100100 1011000 111100

Color Harmonies of #DB40F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40F3

Black with #DB40F3

Text Example


Text Example

White with #DB40F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40F3; }

 p { color: rgb(219,64,243); }

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

background-color css

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

 a { background-color: rgb(219,64,243); }

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

border-color css

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

 span { border-color: rgb(219,64,243); }

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