Html Css Color HEX #DC4CAF Fuchsia

📋 copy color: '#DC4CAF'

red 220 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #DC4CAF

Tints of Fuchsia #DC4CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 46.71%
G = 16.14%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC4CAF (or 0xDC4CAF) is known color: Fuchsia. HEX triplet: DC, 4C and AF. RGB value is (220,76,175). Sum of RGB (Red+Green+Blue) = 220+76+175=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4CAF is #23B350. Grayscale: #828282. Windows color (decimal): -2339665 or 11488476. OLE color: 11488476.

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

Color convert

RGB 220 76 175 -
CMYK 0 0.65 0.20 0.14
HSL 318.75º 0.67% 0.58% -
HSV(B) 318.75º 0.65% 0.86% -
XYZ 39.84 23.48 42.99 -
YUV 130.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 220 76 175 0 0.65 0.20 0.14 318.75 0.67 0.58
Hex DC 4C AF 0 41 14 E 13F 43 3A
Octal 334 114 257 0 101 24 16 477 103 72
Binary 11011100 1001100 10101111 0 1000001 10100 1110 100111111 1000011 111010

Color Harmonies of #DC4CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CAF

Black with #DC4CAF

Text Example


Text Example

White with #DC4CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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