Html Css Color HEX #DC42B8 Fuchsia

📋 copy color: '#DC42B8'

red 220 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #DC42B8

Tints of Fuchsia #DC42B8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.04%

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

R = 46.81%
G = 14.04%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC42B8 (or 0xDC42B8) is known color: Fuchsia. HEX triplet: DC, 42 and B8. RGB value is (220,66,184). Sum of RGB (Red+Green+Blue) = 220+66+184=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42B8 is #23BD47. Grayscale: #7D7D7D. Windows color (decimal): -2342216 or 12075740. OLE color: 12075740.

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

Color convert

RGB 220 66 184 -
CMYK 0 0.7 0.16 0.14
HSL 314.03º 0.69% 0.56% -
HSV(B) 314.03º 0.7% 0.86% -
XYZ 40.12 22.57 47.59 -
YUV 125.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 220 66 184 0 0.7 0.16 0.14 314.03 0.69 0.56
Hex DC 42 B8 0 46 10 E 13A 45 38
Octal 334 102 270 0 106 20 16 472 105 70
Binary 11011100 1000010 10111000 0 1000110 10000 1110 100111010 1000101 111000

Color Harmonies of #DC42B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC42B8

Black with #DC42B8

Text Example


Text Example

White with #DC42B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC42B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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