Html Css Color HEX #D04ACA Fuchsia

📋 copy color: '#D04ACA'

red 208 ◦ green 74 ◦ blue 202

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

Shades of Fuchsia #D04ACA

Tints of Fuchsia #D04ACA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.29%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 42.98%
G = 15.29%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D04ACA (or 0xD04ACA) is known color: Fuchsia. HEX triplet: D0, 4A and CA. RGB value is (208,74,202). Sum of RGB (Red+Green+Blue) = 208+74+202=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ACA is #2FB535. Grayscale: #808080. Windows color (decimal): -3126582 or 13257424. OLE color: 13257424.

HSL color Cylindrical-coordinate representation of color #D04ACA: hue angle of 302.69º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04ACA is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 202 -
CMYK 0 0.64 0.03 0.18
HSL 302.69º 0.59% 0.55% -
HSV(B) 302.69º 0.64% 0.82% -
XYZ 39.12 22.57 58.17 -
YUV 128.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 208 74 202 0 0.64 0.03 0.18 302.69 0.59 0.55
Hex D0 4A CA 0 40 3 12 12F 3B 37
Octal 320 112 312 0 100 3 22 457 73 67
Binary 11010000 1001010 11001010 0 1000000 11 10010 100101111 111011 110111

Color Harmonies of #D04ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ACA

Black with #D04ACA

Text Example


Text Example

White with #D04ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ACA; }

 p { color: rgb(208,74,202); }

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

background-color css

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

 a { background-color: rgb(208,74,202); }

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

border-color css

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

 span { border-color: rgb(208,74,202); }

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