Html Css Color HEX #DC4CB5 Fuchsia

📋 copy color: '#DC4CB5'

red 220 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #DC4CB5

Tints of Fuchsia #DC4CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

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

R = 46.12%
G = 15.93%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC4CB5 (or 0xDC4CB5) is known color: Fuchsia. HEX triplet: DC, 4C and B5. RGB value is (220,76,181). Sum of RGB (Red+Green+Blue) = 220+76+181=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CB5 is #23B34A. Grayscale: #828282. Windows color (decimal): -2339659 or 11881692. OLE color: 11881692.

HSL color Cylindrical-coordinate representation of color #DC4CB5: hue angle of 316.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4CB5 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 76 181 -
CMYK 0 0.65 0.18 0.14
HSL 316.25º 0.67% 0.58% -
HSV(B) 316.25º 0.65% 0.86% -
XYZ 40.44 23.72 46.16 -
YUV 131.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 220 76 181 0 0.65 0.18 0.14 316.25 0.67 0.58
Hex DC 4C B5 0 41 12 E 13C 43 3A
Octal 334 114 265 0 101 22 16 474 103 72
Binary 11011100 1001100 10110101 0 1000001 10010 1110 100111100 1000011 111010

Color Harmonies of #DC4CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CB5

Black with #DC4CB5

Text Example


Text Example

White with #DC4CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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