Html Css Color HEX #DB41FA Free Speech Magenta

📋 copy color: '#DB41FA'

red 219 ◦ green 65 ◦ blue 250

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

Shades of Free Speech Magenta #DB41FA

Tints of Free Speech Magenta #DB41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.17%

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

R = 41.01%
G = 12.17%
B = 46.82%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB41FA (or 0xDB41FA) is known color: Free Speech Magenta. HEX triplet: DB, 41 and FA. RGB value is (219,65,250). Sum of RGB (Red+Green+Blue) = 219+65+250=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41FA is #24BE05. Grayscale: #838383. Windows color (decimal): -2407942 or 16400859. OLE color: 16400859.

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

Color convert

RGB 219 65 250 -
CMYK 0.12 0.74 0 0.02
HSL 289.95º 0.95% 0.62% -
HSV(B) 289.95º 0.74% 0.98% -
XYZ 48.36 25.74 92.86 -
YUV 132.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 219 65 250 0.12 0.74 0 0.02 289.95 0.95 0.62
Hex DB 41 FA C 4A 0 2 122 5F 3E
Octal 333 101 372 14 112 0 2 442 137 76
Binary 11011011 1000001 11111010 1100 1001010 0 10 100100010 1011111 111110

Color Harmonies of #DB41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41FA

Black with #DB41FA

Text Example


Text Example

White with #DB41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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