Html Css Color HEX #DC4DBC Fuchsia

📋 copy color: '#DC4DBC'

red 220 ◦ green 77 ◦ blue 188

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

Shades of Fuchsia #DC4DBC

Tints of Fuchsia #DC4DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.88%

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 45.36%
G = 15.88%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC4DBC (or 0xDC4DBC) is known color: Fuchsia. HEX triplet: DC, 4D and BC. RGB value is (220,77,188). Sum of RGB (Red+Green+Blue) = 220+77+188=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DBC is #23B243. Grayscale: #848484. Windows color (decimal): -2339396 or 12340700. OLE color: 12340700.

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

Color convert

RGB 220 77 188 -
CMYK 0 0.65 0.15 0.14
HSL 313.43º 0.67% 0.58% -
HSV(B) 313.43º 0.65% 0.86% -
XYZ 41.25 24.15 50.07 -
YUV 132.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 220 77 188 0 0.65 0.15 0.14 313.43 0.67 0.58
Hex DC 4D BC 0 41 F E 139 43 3A
Octal 334 115 274 0 101 17 16 471 103 72
Binary 11011100 1001101 10111100 0 1000001 1111 1110 100111001 1000011 111010

Color Harmonies of #DC4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4DBC

Black with #DC4DBC

Text Example


Text Example

White with #DC4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4DBC; }

 p { color: rgb(220,77,188); }

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

background-color css

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

 a { background-color: rgb(220,77,188); }

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

border-color css

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

 span { border-color: rgb(220,77,188); }

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