Html Css Color HEX #DB46B7 Fuchsia

📋 copy color: '#DB46B7'

red 219 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #DB46B7

Tints of Fuchsia #DB46B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 46.4%
G = 14.83%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB46B7 (or 0xDB46B7) is known color: Fuchsia. HEX triplet: DB, 46 and B7. RGB value is (219,70,183). Sum of RGB (Red+Green+Blue) = 219+70+183=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46B7 is #24B948. Grayscale: #7F7F7F. Windows color (decimal): -2406729 or 12011227. OLE color: 12011227.

HSL color Cylindrical-coordinate representation of color #DB46B7: hue angle of 314.5º 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 #DB46B7 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 183 -
CMYK 0 0.68 0.16 0.14
HSL 314.5º 0.67% 0.57% -
HSV(B) 314.5º 0.68% 0.86% -
XYZ 39.95 22.86 47.11 -
YUV 127.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 219 70 183 0 0.68 0.16 0.14 314.5 0.67 0.57
Hex DB 46 B7 0 44 10 E 13A 43 39
Octal 333 106 267 0 104 20 16 472 103 71
Binary 11011011 1000110 10110111 0 1000100 10000 1110 100111010 1000011 111001

Color Harmonies of #DB46B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46B7

Black with #DB46B7

Text Example


Text Example

White with #DB46B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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