Html Css Color HEX #DC58B4 Fuchsia

📋 copy color: '#DC58B4'

red 220 ◦ green 88 ◦ blue 180

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

Shades of Fuchsia #DC58B4

Tints of Fuchsia #DC58B4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 45.08%
G = 18.03%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC58B4 (or 0xDC58B4) is known color: Fuchsia. HEX triplet: DC, 58 and B4. RGB value is (220,88,180). Sum of RGB (Red+Green+Blue) = 220+88+180=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58B4 is #23A74B. Grayscale: #898989. Windows color (decimal): -2336588 or 11819228. OLE color: 11819228.

HSL color Cylindrical-coordinate representation of color #DC58B4: hue angle of 318.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC58B4 is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 180 -
CMYK 0 0.6 0.18 0.14
HSL 318.18º 0.65% 0.6% -
HSV(B) 318.18º 0.6% 0.86% -
XYZ 41.24 25.49 45.93 -
YUV 137.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 220 88 180 0 0.6 0.18 0.14 318.18 0.65 0.6
Hex DC 58 B4 0 3C 12 E 13E 41 3C
Octal 334 130 264 0 74 22 16 476 101 74
Binary 11011100 1011000 10110100 0 111100 10010 1110 100111110 1000001 111100

Color Harmonies of #DC58B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58B4

Black with #DC58B4

Text Example


Text Example

White with #DC58B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58B4; }

 p { color: rgb(220,88,180); }

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

background-color css

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

 a { background-color: rgb(220,88,180); }

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

border-color css

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

 span { border-color: rgb(220,88,180); }

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