Html Css Color HEX #DC46BD Fuchsia

📋 copy color: '#DC46BD'

red 220 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #DC46BD

Tints of Fuchsia #DC46BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 45.93%
G = 14.61%
B = 39.46%

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

#DC46BD (or 0xDC46BD) is known color: Fuchsia. HEX triplet: DC, 46 and BD. RGB value is (220,70,189). Sum of RGB (Red+Green+Blue) = 220+70+189=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46BD is #23B942. Grayscale: #808080. Windows color (decimal): -2341187 or 12404444. OLE color: 12404444.

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

Color convert

RGB 220 70 189 -
CMYK 0 0.68 0.14 0.14
HSL 312.4º 0.68% 0.57% -
HSV(B) 312.4º 0.68% 0.86% -
XYZ 40.89 23.27 50.48 -
YUV 128.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 220 70 189 0 0.68 0.14 0.14 312.4 0.68 0.57
Hex DC 46 BD 0 44 E E 138 44 39
Octal 334 106 275 0 104 16 16 470 104 71
Binary 11011100 1000110 10111101 0 1000100 1110 1110 100111000 1000100 111001

Color Harmonies of #DC46BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC46BD

Black with #DC46BD

Text Example


Text Example

White with #DC46BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC46BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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