Html Css Color HEX #DC52B4 Fuchsia

📋 copy color: '#DC52B4'

red 220 ◦ green 82 ◦ blue 180

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

Shades of Fuchsia #DC52B4

Tints of Fuchsia #DC52B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 45.64%
G = 17.01%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC52B4 (or 0xDC52B4) is known color: Fuchsia. HEX triplet: DC, 52 and B4. RGB value is (220,82,180). Sum of RGB (Red+Green+Blue) = 220+82+180=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52B4 is #23AD4B. Grayscale: #868686. Windows color (decimal): -2338124 or 11817692. OLE color: 11817692.

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

Color convert

RGB 220 82 180 -
CMYK 0 0.63 0.18 0.14
HSL 317.39º 0.66% 0.59% -
HSV(B) 317.39º 0.63% 0.86% -
XYZ 40.77 24.55 45.77 -
YUV 134.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 220 82 180 0 0.63 0.18 0.14 317.39 0.66 0.59
Hex DC 52 B4 0 3F 12 E 13D 42 3B
Octal 334 122 264 0 77 22 16 475 102 73
Binary 11011100 1010010 10110100 0 111111 10010 1110 100111101 1000010 111011

Color Harmonies of #DC52B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52B4

Black with #DC52B4

Text Example


Text Example

White with #DC52B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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