Html Css Color HEX #DC42B2 Fuchsia

📋 copy color: '#DC42B2'

red 220 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #DC42B2

Tints of Fuchsia #DC42B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 47.41%
G = 14.22%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC42B2 (or 0xDC42B2) is known color: Fuchsia. HEX triplet: DC, 42 and B2. RGB value is (220,66,178). Sum of RGB (Red+Green+Blue) = 220+66+178=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42B2 is #23BD4D. Grayscale: #7C7C7C. Windows color (decimal): -2342222 or 11682524. OLE color: 11682524.

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

Color convert

RGB 220 66 178 -
CMYK 0 0.7 0.19 0.14
HSL 316.36º 0.69% 0.56% -
HSV(B) 316.36º 0.7% 0.86% -
XYZ 39.5 22.33 44.35 -
YUV 124.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 220 66 178 0 0.7 0.19 0.14 316.36 0.69 0.56
Hex DC 42 B2 0 46 13 E 13C 45 38
Octal 334 102 262 0 106 23 16 474 105 70
Binary 11011100 1000010 10110010 0 1000110 10011 1110 100111100 1000101 111000

Color Harmonies of #DC42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC42B2

Black with #DC42B2

Text Example


Text Example

White with #DC42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC42B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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