Html Css Color HEX #DB41BE Fuchsia

📋 copy color: '#DB41BE'

red 219 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #DB41BE

Tints of Fuchsia #DB41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 46.2%
G = 13.71%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB41BE (or 0xDB41BE) is known color: Fuchsia. HEX triplet: DB, 41 and BE. RGB value is (219,65,190). Sum of RGB (Red+Green+Blue) = 219+65+190=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41BE is #24BE41. Grayscale: #7C7C7C. Windows color (decimal): -2408002 or 12468699. OLE color: 12468699.

HSL color Cylindrical-coordinate representation of color #DB41BE: hue angle of 311.3º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41BE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 190 -
CMYK 0 0.70 0.13 0.14
HSL 311.3º 0.68% 0.56% -
HSV(B) 311.3º 0.7% 0.86% -
XYZ 40.4 22.56 50.94 -
YUV 125.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 219 65 190 0 0.70 0.13 0.14 311.3 0.68 0.56
Hex DB 41 BE 0 46 D E 137 44 38
Octal 333 101 276 0 106 15 16 467 104 70
Binary 11011011 1000001 10111110 0 1000110 1101 1110 100110111 1000100 111000

Color Harmonies of #DB41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41BE

Black with #DB41BE

Text Example


Text Example

White with #DB41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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