Html Css Color HEX #DC52B9 Fuchsia

📋 copy color: '#DC52B9'

red 220 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #DC52B9

Tints of Fuchsia #DC52B9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.84%

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

R = 45.17%
G = 16.84%
B = 37.99%

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

#DC52B9 (or 0xDC52B9) is known color: Fuchsia. HEX triplet: DC, 52 and B9. RGB value is (220,82,185). Sum of RGB (Red+Green+Blue) = 220+82+185=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52B9 is #23AD46. Grayscale: #868686. Windows color (decimal): -2338119 or 12145372. OLE color: 12145372.

HSL color Cylindrical-coordinate representation of color #DC52B9: hue angle of 315.22º degrees, saturation: 0.66, 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 #DC52B9 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 185 -
CMYK 0 0.63 0.16 0.14
HSL 315.22º 0.66% 0.59% -
HSV(B) 315.22º 0.63% 0.86% -
XYZ 41.29 24.75 48.5 -
YUV 135 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 220 82 185 0 0.63 0.16 0.14 315.22 0.66 0.59
Hex DC 52 B9 0 3F 10 E 13B 42 3B
Octal 334 122 271 0 77 20 16 473 102 73
Binary 11011100 1010010 10111001 0 111111 10000 1110 100111011 1000010 111011

Color Harmonies of #DC52B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52B9

Black with #DC52B9

Text Example


Text Example

White with #DC52B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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