Html Css Color HEX #D04ABC Fuchsia

📋 copy color: '#D04ABC'

red 208 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #D04ABC

Tints of Fuchsia #D04ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 44.26%
G = 15.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D04ABC (or 0xD04ABC) is known color: Fuchsia. HEX triplet: D0, 4A and BC. RGB value is (208,74,188). Sum of RGB (Red+Green+Blue) = 208+74+188=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ABC is #2FB543. Grayscale: #7E7E7E. Windows color (decimal): -3126596 or 12339920. OLE color: 12339920.

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

Color convert

RGB 208 74 188 -
CMYK 0 0.64 0.10 0.18
HSL 308.96º 0.59% 0.55% -
HSV(B) 308.96º 0.64% 0.82% -
XYZ 37.54 21.94 49.83 -
YUV 127.06 162.39 185.73 -
System Red Green Blue C M Y K H S L
Decimal 208 74 188 0 0.64 0.10 0.18 308.96 0.59 0.55
Hex D0 4A BC 0 40 A 12 135 3B 37
Octal 320 112 274 0 100 12 22 465 73 67
Binary 11010000 1001010 10111100 0 1000000 1010 10010 100110101 111011 110111

Color Harmonies of #D04ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ABC

Black with #D04ABC

Text Example


Text Example

White with #D04ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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