Html Css Color HEX #DC53B5 Fuchsia

📋 copy color: '#DC53B5'

red 220 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #DC53B5

Tints of Fuchsia #DC53B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 45.45%
G = 17.15%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC53B5 (or 0xDC53B5) is known color: Fuchsia. HEX triplet: DC, 53 and B5. RGB value is (220,83,181). Sum of RGB (Red+Green+Blue) = 220+83+181=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53B5 is #23AC4A. Grayscale: #868686. Windows color (decimal): -2337867 or 11883484. OLE color: 11883484.

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

Color convert

RGB 220 83 181 -
CMYK 0 0.62 0.18 0.14
HSL 317.08º 0.66% 0.59% -
HSV(B) 317.08º 0.62% 0.86% -
XYZ 40.95 24.74 46.33 -
YUV 135.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 220 83 181 0 0.62 0.18 0.14 317.08 0.66 0.59
Hex DC 53 B5 0 3E 12 E 13D 42 3B
Octal 334 123 265 0 76 22 16 475 102 73
Binary 11011100 1010011 10110101 0 111110 10010 1110 100111101 1000010 111011

Color Harmonies of #DC53B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53B5

Black with #DC53B5

Text Example


Text Example

White with #DC53B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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