Html Css Color HEX #D04BAE Fuchsia

📋 copy color: '#D04BAE'

red 208 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #D04BAE

Tints of Fuchsia #D04BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.41%

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

R = 45.51%
G = 16.41%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D04BAE (or 0xD04BAE) is known color: Fuchsia. HEX triplet: D0, 4B and AE. RGB value is (208,75,174). Sum of RGB (Red+Green+Blue) = 208+75+174=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BAE is #2FB451. Grayscale: #7D7D7D. Windows color (decimal): -3126354 or 11422672. OLE color: 11422672.

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

Color convert

RGB 208 75 174 -
CMYK 0 0.64 0.16 0.18
HSL 315.34º 0.59% 0.55% -
HSV(B) 315.34º 0.64% 0.82% -
XYZ 36.17 21.5 42.29 -
YUV 126.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 208 75 174 0 0.64 0.16 0.18 315.34 0.59 0.55
Hex D0 4B AE 0 40 10 12 13B 3B 37
Octal 320 113 256 0 100 20 22 473 73 67
Binary 11010000 1001011 10101110 0 1000000 10000 10010 100111011 111011 110111

Color Harmonies of #D04BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BAE

Black with #D04BAE

Text Example


Text Example

White with #D04BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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