Html Css Color HEX #DC53B8 Fuchsia

📋 copy color: '#DC53B8'

red 220 ◦ green 83 ◦ blue 184

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

Shades of Fuchsia #DC53B8

Tints of Fuchsia #DC53B8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.04%

 BLUE value IS 184 (72.27% from 255) = 37.78%

R = 45.17%
G = 17.04%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC53B8 (or 0xDC53B8) is known color: Fuchsia. HEX triplet: DC, 53 and B8. RGB value is (220,83,184). Sum of RGB (Red+Green+Blue) = 220+83+184=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53B8 is #23AC47. Grayscale: #878787. Windows color (decimal): -2337864 or 12080092. OLE color: 12080092.

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

Color convert

RGB 220 83 184 -
CMYK 0 0.62 0.16 0.14
HSL 315.77º 0.66% 0.59% -
HSV(B) 315.77º 0.62% 0.86% -
XYZ 41.26 24.86 47.97 -
YUV 135.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 220 83 184 0 0.62 0.16 0.14 315.77 0.66 0.59
Hex DC 53 B8 0 3E 10 E 13C 42 3B
Octal 334 123 270 0 76 20 16 474 102 73
Binary 11011100 1010011 10111000 0 111110 10000 1110 100111100 1000010 111011

Color Harmonies of #DC53B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53B8

Black with #DC53B8

Text Example


Text Example

White with #DC53B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53B8; }

 p { color: rgb(220,83,184); }

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

background-color css

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

 a { background-color: rgb(220,83,184); }

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

border-color css

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

 span { border-color: rgb(220,83,184); }

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