Html Css Color HEX #DC46BE Fuchsia

📋 copy color: '#DC46BE'

red 220 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #DC46BE

Tints of Fuchsia #DC46BE

RGB

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

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

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

R = 45.83%
G = 14.58%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC46BE (or 0xDC46BE) is known color: Fuchsia. HEX triplet: DC, 46 and BE. RGB value is (220,70,190). Sum of RGB (Red+Green+Blue) = 220+70+190=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46BE is #23B941. Grayscale: #808080. Windows color (decimal): -2341186 or 12469980. OLE color: 12469980.

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

Color convert

RGB 220 70 190 -
CMYK 0 0.68 0.14 0.14
HSL 312º 0.68% 0.57% -
HSV(B) 312º 0.68% 0.86% -
XYZ 41 23.31 51.05 -
YUV 128.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 220 70 190 0 0.68 0.14 0.14 312 0.68 0.57
Hex DC 46 BE 0 44 E E 138 44 39
Octal 334 106 276 0 104 16 16 470 104 71
Binary 11011100 1000110 10111110 0 1000100 1110 1110 100111000 1000100 111001

Color Harmonies of #DC46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC46BE

Black with #DC46BE

Text Example


Text Example

White with #DC46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC46BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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