Html Css Color HEX #DC44B1 Fuchsia

📋 copy color: '#DC44B1'

red 220 ◦ green 68 ◦ blue 177

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

Shades of Fuchsia #DC44B1

Tints of Fuchsia #DC44B1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.62%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 47.31%
G = 14.62%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC44B1 (or 0xDC44B1) is known color: Fuchsia. HEX triplet: DC, 44 and B1. RGB value is (220,68,177). Sum of RGB (Red+Green+Blue) = 220+68+177=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC44B1 is #23BB4E. Grayscale: #7D7D7D. Windows color (decimal): -2341711 or 11617500. OLE color: 11617500.

HSL color Cylindrical-coordinate representation of color #DC44B1: hue angle of 316.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC44B1 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 177 -
CMYK 0 0.69 0.20 0.14
HSL 316.97º 0.68% 0.56% -
HSV(B) 316.97º 0.69% 0.86% -
XYZ 39.52 22.52 43.86 -
YUV 125.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 220 68 177 0 0.69 0.20 0.14 316.97 0.68 0.56
Hex DC 44 B1 0 45 14 E 13D 44 38
Octal 334 104 261 0 105 24 16 475 104 70
Binary 11011100 1000100 10110001 0 1000101 10100 1110 100111101 1000100 111000

Color Harmonies of #DC44B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC44B1

Black with #DC44B1

Text Example


Text Example

White with #DC44B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC44B1; }

 p { color: rgb(220,68,177); }

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

background-color css

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

 a { background-color: rgb(220,68,177); }

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

border-color css

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

 span { border-color: rgb(220,68,177); }

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