Html Css Color HEX #DB3EFA Free Speech Magenta

📋 copy color: '#DB3EFA'

red 219 ◦ green 62 ◦ blue 250

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

Shades of Free Speech Magenta #DB3EFA

Tints of Free Speech Magenta #DB3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.68%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 41.24%
G = 11.68%
B = 47.08%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB3EFA (or 0xDB3EFA) is known color: Free Speech Magenta. HEX triplet: DB, 3E and FA. RGB value is (219,62,250). Sum of RGB (Red+Green+Blue) = 219+62+250=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 62 (24.61% from 255 or 11.68% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB3EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3EFA is #24C105. Grayscale: #818181. Windows color (decimal): -2408710 or 16400091. OLE color: 16400091.

HSL color Cylindrical-coordinate representation of color #DB3EFA: hue angle of 290.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3EFA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 62 250 -
CMYK 0.12 0.75 0 0.02
HSL 290.11º 0.95% 0.61% -
HSV(B) 290.11º 0.75% 0.98% -
XYZ 48.19 25.41 92.81 -
YUV 130.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 219 62 250 0.12 0.75 0 0.02 290.11 0.95 0.61
Hex DB 3E FA C 4B 0 2 122 5F 3D
Octal 333 76 372 14 113 0 2 442 137 75
Binary 11011011 111110 11111010 1100 1001011 0 10 100100010 1011111 111101

Color Harmonies of #DB3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3EFA

Black with #DB3EFA

Text Example


Text Example

White with #DB3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3EFA; }

 p { color: rgb(219,62,250); }

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

background-color css

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

 a { background-color: rgb(219,62,250); }

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

border-color css

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

 span { border-color: rgb(219,62,250); }

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