Html Css Color HEX #DB46C0 Fuchsia

📋 copy color: '#DB46C0'

red 219 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #DB46C0

Tints of Fuchsia #DB46C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.55%

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 45.53%
G = 14.55%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB46C0 (or 0xDB46C0) is known color: Fuchsia. HEX triplet: DB, 46 and C0. RGB value is (219,70,192). Sum of RGB (Red+Green+Blue) = 219+70+192=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46C0 is #24B93F. Grayscale: #808080. Windows color (decimal): -2406720 or 12601051. OLE color: 12601051.

HSL color Cylindrical-coordinate representation of color #DB46C0: hue angle of 310.87º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46C0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 192 -
CMYK 0 0.68 0.12 0.14
HSL 310.87º 0.67% 0.57% -
HSV(B) 310.87º 0.68% 0.86% -
XYZ 40.92 23.25 52.2 -
YUV 128.46 163.86 192.58 -
System Red Green Blue C M Y K H S L
Decimal 219 70 192 0 0.68 0.12 0.14 310.87 0.67 0.57
Hex DB 46 C0 0 44 C E 137 43 39
Octal 333 106 300 0 104 14 16 467 103 71
Binary 11011011 1000110 11000000 0 1000100 1100 1110 100110111 1000011 111001

Color Harmonies of #DB46C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46C0

Black with #DB46C0

Text Example


Text Example

White with #DB46C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46C0; }

 p { color: rgb(219,70,192); }

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

background-color css

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

 a { background-color: rgb(219,70,192); }

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

border-color css

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

 span { border-color: rgb(219,70,192); }

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