Html Css Color HEX #DC53B7 Fuchsia

📋 copy color: '#DC53B7'

red 220 ◦ green 83 ◦ blue 183

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

Shades of Fuchsia #DC53B7

Tints of Fuchsia #DC53B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 45.27%
G = 17.08%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC53B7 (or 0xDC53B7) is known color: Fuchsia. HEX triplet: DC, 53 and B7. RGB value is (220,83,183). Sum of RGB (Red+Green+Blue) = 220+83+183=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53B7 is #23AC48. Grayscale: #878787. Windows color (decimal): -2337865 or 12014556. OLE color: 12014556.

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

Color convert

RGB 220 83 183 -
CMYK 0 0.62 0.17 0.14
HSL 316.2º 0.66% 0.59% -
HSV(B) 316.2º 0.62% 0.86% -
XYZ 41.16 24.82 47.42 -
YUV 135.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 220 83 183 0 0.62 0.17 0.14 316.2 0.66 0.59
Hex DC 53 B7 0 3E 11 E 13C 42 3B
Octal 334 123 267 0 76 21 16 474 102 73
Binary 11011100 1010011 10110111 0 111110 10001 1110 100111100 1000010 111011

Color Harmonies of #DC53B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53B7

Black with #DC53B7

Text Example


Text Example

White with #DC53B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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