Html Css Color HEX #D04ABF Fuchsia

📋 copy color: '#D04ABF'

red 208 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #D04ABF

Tints of Fuchsia #D04ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.38%

R = 43.97%
G = 15.64%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D04ABF (or 0xD04ABF) is known color: Fuchsia. HEX triplet: D0, 4A and BF. RGB value is (208,74,191). Sum of RGB (Red+Green+Blue) = 208+74+191=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ABF is #2FB540. Grayscale: #7F7F7F. Windows color (decimal): -3126593 or 12536528. OLE color: 12536528.

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

Color convert

RGB 208 74 191 -
CMYK 0 0.64 0.08 0.18
HSL 307.61º 0.59% 0.55% -
HSV(B) 307.61º 0.64% 0.82% -
XYZ 37.87 22.07 51.55 -
YUV 127.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 208 74 191 0 0.64 0.08 0.18 307.61 0.59 0.55
Hex D0 4A BF 0 40 8 12 134 3B 37
Octal 320 112 277 0 100 10 22 464 73 67
Binary 11010000 1001010 10111111 0 1000000 1000 10010 100110100 111011 110111

Color Harmonies of #D04ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ABF

Black with #D04ABF

Text Example


Text Example

White with #D04ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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