Html Css Color HEX #DC46B9 Fuchsia

📋 copy color: '#DC46B9'

red 220 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #DC46B9

Tints of Fuchsia #DC46B9

RGB

 RED value IS 220 (86.33% from 255) = 46.32%

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

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 46.32%
G = 14.74%
B = 38.95%

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

#DC46B9 (or 0xDC46B9) is known color: Fuchsia. HEX triplet: DC, 46 and B9. RGB value is (220,70,185). Sum of RGB (Red+Green+Blue) = 220+70+185=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46B9 is #23B946. Grayscale: #7F7F7F. Windows color (decimal): -2341191 or 12142300. OLE color: 12142300.

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

Color convert

RGB 220 70 185 -
CMYK 0 0.68 0.16 0.14
HSL 314º 0.68% 0.57% -
HSV(B) 314º 0.68% 0.86% -
XYZ 40.46 23.1 48.22 -
YUV 127.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 220 70 185 0 0.68 0.16 0.14 314 0.68 0.57
Hex DC 46 B9 0 44 10 E 13A 44 39
Octal 334 106 271 0 104 20 16 472 104 71
Binary 11011100 1000110 10111001 0 1000100 10000 1110 100111010 1000100 111001

Color Harmonies of #DC46B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC46B9

Black with #DC46B9

Text Example


Text Example

White with #DC46B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC46B9; }

 p { color: rgb(220,70,185); }

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

background-color css

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

 a { background-color: rgb(220,70,185); }

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

border-color css

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

 span { border-color: rgb(220,70,185); }

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