Html Css Color HEX #DC53B9 Fuchsia

📋 copy color: '#DC53B9'

red 220 ◦ green 83 ◦ blue 185

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

Shades of Fuchsia #DC53B9

Tints of Fuchsia #DC53B9

RGB

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

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

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

R = 45.08%
G = 17.01%
B = 37.91%

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

#DC53B9 (or 0xDC53B9) is known color: Fuchsia. HEX triplet: DC, 53 and B9. RGB value is (220,83,185). Sum of RGB (Red+Green+Blue) = 220+83+185=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53B9 is #23AC46. Grayscale: #878787. Windows color (decimal): -2337863 or 12145628. OLE color: 12145628.

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

Color convert

RGB 220 83 185 -
CMYK 0 0.62 0.16 0.14
HSL 315.33º 0.66% 0.59% -
HSV(B) 315.33º 0.62% 0.86% -
XYZ 41.37 24.9 48.53 -
YUV 135.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 220 83 185 0 0.62 0.16 0.14 315.33 0.66 0.59
Hex DC 53 B9 0 3E 10 E 13B 42 3B
Octal 334 123 271 0 76 20 16 473 102 73
Binary 11011100 1010011 10111001 0 111110 10000 1110 100111011 1000010 111011

Color Harmonies of #DC53B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53B9

Black with #DC53B9

Text Example


Text Example

White with #DC53B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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