Html Css Color HEX #D84ABF Fuchsia

📋 copy color: '#D84ABF'

red 216 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #D84ABF

Tints of Fuchsia #D84ABF

RGB

 RED value IS 216 (84.77% from 255) = 44.91%

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

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

R = 44.91%
G = 15.38%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D84ABF (or 0xD84ABF) is known color: Fuchsia. HEX triplet: D8, 4A and BF. RGB value is (216,74,191). Sum of RGB (Red+Green+Blue) = 216+74+191=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D84ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84ABF is #27B540. Grayscale: #818181. Windows color (decimal): -2602305 or 12536536. OLE color: 12536536.

HSL color Cylindrical-coordinate representation of color #D84ABF: hue angle of 310.56º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84ABF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 74 191 -
CMYK 0 0.66 0.12 0.15
HSL 310.56º 0.65% 0.57% -
HSV(B) 310.56º 0.66% 0.85% -
XYZ 40.17 23.26 51.66 -
YUV 129.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 216 74 191 0 0.66 0.12 0.15 310.56 0.65 0.57
Hex D8 4A BF 0 42 C F 137 41 39
Octal 330 112 277 0 102 14 17 467 101 71
Binary 11011000 1001010 10111111 0 1000010 1100 1111 100110111 1000001 111001

Color Harmonies of #D84ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84ABF

Black with #D84ABF

Text Example


Text Example

White with #D84ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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