Html Css Color HEX #DC42B7 Fuchsia

📋 copy color: '#DC42B7'

red 220 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #DC42B7

Tints of Fuchsia #DC42B7

RGB

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

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

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

R = 46.91%
G = 14.07%
B = 39.02%

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

#DC42B7 (or 0xDC42B7) is known color: Fuchsia. HEX triplet: DC, 42 and B7. RGB value is (220,66,183). Sum of RGB (Red+Green+Blue) = 220+66+183=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42B7 is #23BD48. Grayscale: #7D7D7D. Windows color (decimal): -2342217 or 12010204. OLE color: 12010204.

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

Color convert

RGB 220 66 183 -
CMYK 0 0.7 0.17 0.14
HSL 314.42º 0.69% 0.56% -
HSV(B) 314.42º 0.7% 0.86% -
XYZ 40.01 22.53 47.04 -
YUV 125.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 220 66 183 0 0.7 0.17 0.14 314.42 0.69 0.56
Hex DC 42 B7 0 46 11 E 13A 45 38
Octal 334 102 267 0 106 21 16 472 105 70
Binary 11011100 1000010 10110111 0 1000110 10001 1110 100111010 1000101 111000

Color Harmonies of #DC42B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC42B7

Black with #DC42B7

Text Example


Text Example

White with #DC42B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC42B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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