Html Css Color HEX #D04CAE Fuchsia

📋 copy color: '#D04CAE'

red 208 ◦ green 76 ◦ blue 174

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

Shades of Fuchsia #D04CAE

Tints of Fuchsia #D04CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 45.41%
G = 16.59%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D04CAE (or 0xD04CAE) is known color: Fuchsia. HEX triplet: D0, 4C and AE. RGB value is (208,76,174). Sum of RGB (Red+Green+Blue) = 208+76+174=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CAE is #2FB351. Grayscale: #7E7E7E. Windows color (decimal): -3126098 or 11422928. OLE color: 11422928.

HSL color Cylindrical-coordinate representation of color #D04CAE: hue angle of 315.45º 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 #D04CAE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 174 -
CMYK 0 0.63 0.16 0.18
HSL 315.45º 0.58% 0.56% -
HSV(B) 315.45º 0.63% 0.82% -
XYZ 36.24 21.63 42.31 -
YUV 126.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 208 76 174 0 0.63 0.16 0.18 315.45 0.58 0.56
Hex D0 4C AE 0 3F 10 12 13B 3A 38
Octal 320 114 256 0 77 20 22 473 72 70
Binary 11010000 1001100 10101110 0 111111 10000 10010 100111011 111010 111000

Color Harmonies of #D04CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CAE

Black with #D04CAE

Text Example


Text Example

White with #D04CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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