Html Css Color HEX #D94ABF Fuchsia

📋 copy color: '#D94ABF'

red 217 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #D94ABF

Tints of Fuchsia #D94ABF

RGB

 RED value IS 217 (85.16% from 255) = 45.02%

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

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

R = 45.02%
G = 15.35%
B = 39.63%

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

#D94ABF (or 0xD94ABF) is known color: Fuchsia. HEX triplet: D9, 4A and BF. RGB value is (217,74,191). Sum of RGB (Red+Green+Blue) = 217+74+191=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D94ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94ABF is #26B540. Grayscale: #818181. Windows color (decimal): -2536769 or 12536537. OLE color: 12536537.

HSL color Cylindrical-coordinate representation of color #D94ABF: hue angle of 310.91º 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 #D94ABF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 74 191 -
CMYK 0 0.66 0.12 0.15
HSL 310.91º 0.65% 0.57% -
HSV(B) 310.91º 0.66% 0.85% -
XYZ 40.47 23.41 51.68 -
YUV 130.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 217 74 191 0 0.66 0.12 0.15 310.91 0.65 0.57
Hex D9 4A BF 0 42 C F 137 41 39
Octal 331 112 277 0 102 14 17 467 101 71
Binary 11011001 1001010 10111111 0 1000010 1100 1111 100110111 1000001 111001

Color Harmonies of #D94ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94ABF

Black with #D94ABF

Text Example


Text Example

White with #D94ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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