Html Css Color HEX #D04CAC Fuchsia

📋 copy color: '#D04CAC'

red 208 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #D04CAC

Tints of Fuchsia #D04CAC

RGB

 RED value IS 208 (81.64% from 255) = 45.61%

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 45.61%
G = 16.67%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D04CAC (or 0xD04CAC) is known color: Fuchsia. HEX triplet: D0, 4C and AC. RGB value is (208,76,172). Sum of RGB (Red+Green+Blue) = 208+76+172=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CAC is #2FB353. Grayscale: #7E7E7E. Windows color (decimal): -3126100 or 11291856. OLE color: 11291856.

HSL color Cylindrical-coordinate representation of color #D04CAC: hue angle of 316.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04CAC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 172 -
CMYK 0 0.63 0.17 0.18
HSL 316.36º 0.58% 0.56% -
HSV(B) 316.36º 0.63% 0.82% -
XYZ 36.04 21.56 41.29 -
YUV 126.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 208 76 172 0 0.63 0.17 0.18 316.36 0.58 0.56
Hex D0 4C AC 0 3F 11 12 13C 3A 38
Octal 320 114 254 0 77 21 22 474 72 70
Binary 11010000 1001100 10101100 0 111111 10001 10010 100111100 111010 111000

Color Harmonies of #D04CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CAC

Black with #D04CAC

Text Example


Text Example

White with #D04CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CAC; }

 p { color: rgb(208,76,172); }

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

background-color css

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

 a { background-color: rgb(208,76,172); }

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

border-color css

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

 span { border-color: rgb(208,76,172); }

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