Html Css Color HEX #DC52B2 Fuchsia

📋 copy color: '#DC52B2'

red 220 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #DC52B2

Tints of Fuchsia #DC52B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 45.83%
G = 17.08%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC52B2 (or 0xDC52B2) is known color: Fuchsia. HEX triplet: DC, 52 and B2. RGB value is (220,82,178). Sum of RGB (Red+Green+Blue) = 220+82+178=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52B2 is #23AD4D. Grayscale: #858585. Windows color (decimal): -2338126 or 11686620. OLE color: 11686620.

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

Color convert

RGB 220 82 178 -
CMYK 0 0.63 0.19 0.14
HSL 318.26º 0.66% 0.59% -
HSV(B) 318.26º 0.63% 0.86% -
XYZ 40.57 24.46 44.7 -
YUV 134.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 220 82 178 0 0.63 0.19 0.14 318.26 0.66 0.59
Hex DC 52 B2 0 3F 13 E 13E 42 3B
Octal 334 122 262 0 77 23 16 476 102 73
Binary 11011100 1010010 10110010 0 111111 10011 1110 100111110 1000010 111011

Color Harmonies of #DC52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52B2

Black with #DC52B2

Text Example


Text Example

White with #DC52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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