#DC4DBB

Color #DC4DBB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #DC4DBB

Tints of Fuchsia #DC4DBB

Color information

#DC4DBB (or 0xDC4DBB) is unknown color: approx Fuchsia. HEX triplet: DC, 4D and BB. RGB value is (220,77,187). Sum of RGB (Red+Green+Blue) = 220+77+187=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DBB is #23B244. Grayscale: #848484. Windows color (decimal): -2339397 or 12275164. OLE color: 12275164.

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

Color convert

RGB22077187-
CMYK00.650.150.14
HSL313.85º67.14%58.24%-
HSV(B)313.85º65%86.27%-
XYZ41.1424.1149.5-
YUV132.3158.88190.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 77 (30.47% from 255) = 15.91%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=45.45%
G=15.91%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207718700.650.150.14313.8567.1458.24
HexDC4DBB041FE13a433a
Octal3341152730101171647210372
Binary1101110010011011011101101000001111111101001110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DBB; }

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

 H1.HeaderClassName
 {
   color: #DC4DBB;
 }
 .AnyTagClassName
 {
   color: #DC4DBB;
 }
</style>
background-color css

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

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

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

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

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

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