Html Css Color HEX #DC42B6 Fuchsia

📋 copy color: '#DC42B6'

red 220 ◦ green 66 ◦ blue 182

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

Shades of Fuchsia #DC42B6

Tints of Fuchsia #DC42B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.89%

R = 47.01%
G = 14.1%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC42B6 (or 0xDC42B6) is known color: Fuchsia. HEX triplet: DC, 42 and B6. RGB value is (220,66,182). Sum of RGB (Red+Green+Blue) = 220+66+182=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42B6 is #23BD49. Grayscale: #7C7C7C. Windows color (decimal): -2342218 or 11944668. OLE color: 11944668.

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

Color convert

RGB 220 66 182 -
CMYK 0 0.7 0.17 0.14
HSL 314.81º 0.69% 0.56% -
HSV(B) 314.81º 0.7% 0.86% -
XYZ 39.91 22.49 46.49 -
YUV 125.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 220 66 182 0 0.7 0.17 0.14 314.81 0.69 0.56
Hex DC 42 B6 0 46 11 E 13B 45 38
Octal 334 102 266 0 106 21 16 473 105 70
Binary 11011100 1000010 10110110 0 1000110 10001 1110 100111011 1000101 111000

Color Harmonies of #DC42B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC42B6

Black with #DC42B6

Text Example


Text Example

White with #DC42B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC42B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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