Html Css Color HEX #DC47AF Fuchsia

📋 copy color: '#DC47AF'

red 220 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #DC47AF

Tints of Fuchsia #DC47AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.24%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 47.21%
G = 15.24%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC47AF (or 0xDC47AF) is known color: Fuchsia. HEX triplet: DC, 47 and AF. RGB value is (220,71,175). Sum of RGB (Red+Green+Blue) = 220+71+175=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47AF is #23B850. Grayscale: #7F7F7F. Windows color (decimal): -2340945 or 11487196. OLE color: 11487196.

HSL color Cylindrical-coordinate representation of color #DC47AF: hue angle of 318.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC47AF is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 175 -
CMYK 0 0.68 0.20 0.14
HSL 318.12º 0.68% 0.57% -
HSV(B) 318.12º 0.68% 0.86% -
XYZ 39.51 22.82 42.88 -
YUV 127.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 220 71 175 0 0.68 0.20 0.14 318.12 0.68 0.57
Hex DC 47 AF 0 44 14 E 13E 44 39
Octal 334 107 257 0 104 24 16 476 104 71
Binary 11011100 1000111 10101111 0 1000100 10100 1110 100111110 1000100 111001

Color Harmonies of #DC47AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC47AF

Black with #DC47AF

Text Example


Text Example

White with #DC47AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC47AF; }

 p { color: rgb(220,71,175); }

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

background-color css

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

 a { background-color: rgb(220,71,175); }

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

border-color css

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

 span { border-color: rgb(220,71,175); }

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