Html Css Color HEX #DB41FB Free Speech Magenta

📋 copy color: '#DB41FB'

red 219 ◦ green 65 ◦ blue 251

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

Shades of Free Speech Magenta #DB41FB

Tints of Free Speech Magenta #DB41FB

RGB

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

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

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

R = 40.93%
G = 12.15%
B = 46.92%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB41FB (or 0xDB41FB) is known color: Free Speech Magenta. HEX triplet: DB, 41 and FB. RGB value is (219,65,251). Sum of RGB (Red+Green+Blue) = 219+65+251=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 65 (25.78% from 255 or 12.15% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB41FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41FB is #24BE04. Grayscale: #838383. Windows color (decimal): -2407941 or 16466395. OLE color: 16466395.

HSL color Cylindrical-coordinate representation of color #DB41FB: hue angle of 289.68º degrees, saturation: 0.96, 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 #DB41FB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 65 251 -
CMYK 0.13 0.74 0 0.02
HSL 289.68º 0.96% 0.62% -
HSV(B) 289.68º 0.74% 0.98% -
XYZ 48.52 25.81 93.69 -
YUV 132.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 219 65 251 0.13 0.74 0 0.02 289.68 0.96 0.62
Hex DB 41 FB D 4A 0 2 122 60 3E
Octal 333 101 373 15 112 0 2 442 140 76
Binary 11011011 1000001 11111011 1101 1001010 0 10 100100010 1100000 111110

Color Harmonies of #DB41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41FB

Black with #DB41FB

Text Example


Text Example

White with #DB41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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