Html Css Color HEX #DC51B9 Fuchsia

📋 copy color: '#DC51B9'

red 220 ◦ green 81 ◦ blue 185

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

Shades of Fuchsia #DC51B9

Tints of Fuchsia #DC51B9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.67%

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 45.27%
G = 16.67%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC51B9 (or 0xDC51B9) is known color: Fuchsia. HEX triplet: DC, 51 and B9. RGB value is (220,81,185). Sum of RGB (Red+Green+Blue) = 220+81+185=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51B9 is #23AE46. Grayscale: #868686. Windows color (decimal): -2338375 or 12145116. OLE color: 12145116.

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

Color convert

RGB 220 81 185 -
CMYK 0 0.63 0.16 0.14
HSL 315.11º 0.67% 0.59% -
HSV(B) 315.11º 0.63% 0.86% -
XYZ 41.21 24.6 48.48 -
YUV 134.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 220 81 185 0 0.63 0.16 0.14 315.11 0.67 0.59
Hex DC 51 B9 0 3F 10 E 13B 43 3B
Octal 334 121 271 0 77 20 16 473 103 73
Binary 11011100 1010001 10111001 0 111111 10000 1110 100111011 1000011 111011

Color Harmonies of #DC51B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC51B9

Black with #DC51B9

Text Example


Text Example

White with #DC51B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC51B9; }

 p { color: rgb(220,81,185); }

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

background-color css

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

 a { background-color: rgb(220,81,185); }

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

border-color css

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

 span { border-color: rgb(220,81,185); }

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