Html Css Color HEX #DC46B5 Fuchsia

📋 copy color: '#DC46B5'

red 220 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #DC46B5

Tints of Fuchsia #DC46B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 46.71%
G = 14.86%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC46B5 (or 0xDC46B5) is known color: Fuchsia. HEX triplet: DC, 46 and B5. RGB value is (220,70,181). Sum of RGB (Red+Green+Blue) = 220+70+181=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46B5 is #23B94A. Grayscale: #7F7F7F. Windows color (decimal): -2341195 or 11880156. OLE color: 11880156.

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

Color convert

RGB 220 70 181 -
CMYK 0 0.68 0.18 0.14
HSL 315.6º 0.68% 0.57% -
HSV(B) 315.6º 0.68% 0.86% -
XYZ 40.05 22.93 46.03 -
YUV 127.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 220 70 181 0 0.68 0.18 0.14 315.6 0.68 0.57
Hex DC 46 B5 0 44 12 E 13C 44 39
Octal 334 106 265 0 104 22 16 474 104 71
Binary 11011100 1000110 10110101 0 1000100 10010 1110 100111100 1000100 111001

Color Harmonies of #DC46B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC46B5

Black with #DC46B5

Text Example


Text Example

White with #DC46B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC46B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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