Html Css Color HEX #DC3FB2 Fuchsia

📋 copy color: '#DC3FB2'

red 220 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #DC3FB2

Tints of Fuchsia #DC3FB2

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

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

R = 47.72%
G = 13.67%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC3FB2 (or 0xDC3FB2) is known color: Fuchsia. HEX triplet: DC, 3F and B2. RGB value is (220,63,178). Sum of RGB (Red+Green+Blue) = 220+63+178=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3FB2 is #23C04D. Grayscale: #7A7A7A. Windows color (decimal): -2342990 or 11681756. OLE color: 11681756.

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

Color convert

RGB 220 63 178 -
CMYK 0 0.71 0.19 0.14
HSL 316.05º 0.69% 0.55% -
HSV(B) 316.05º 0.71% 0.86% -
XYZ 39.33 21.99 44.29 -
YUV 123.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 220 63 178 0 0.71 0.19 0.14 316.05 0.69 0.55
Hex DC 3F B2 0 47 13 E 13C 45 37
Octal 334 77 262 0 107 23 16 474 105 67
Binary 11011100 111111 10110010 0 1000111 10011 1110 100111100 1000101 110111

Color Harmonies of #DC3FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3FB2

Black with #DC3FB2

Text Example


Text Example

White with #DC3FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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