Html Css Color HEX #D94FB9 Fuchsia

📋 copy color: '#D94FB9'

red 217 ◦ green 79 ◦ blue 185

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

Shades of Fuchsia #D94FB9

Tints of Fuchsia #D94FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 45.11%
G = 16.42%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D94FB9 (or 0xD94FB9) is known color: Fuchsia. HEX triplet: D9, 4F and B9. RGB value is (217,79,185). Sum of RGB (Red+Green+Blue) = 217+79+185=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D94FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94FB9 is #26B046. Grayscale: #848484. Windows color (decimal): -2535495 or 12144601. OLE color: 12144601.

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

Color convert

RGB 217 79 185 -
CMYK 0 0.64 0.15 0.15
HSL 313.91º 0.64% 0.58% -
HSV(B) 313.91º 0.64% 0.85% -
XYZ 40.17 23.85 48.38 -
YUV 132.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 217 79 185 0 0.64 0.15 0.15 313.91 0.64 0.58
Hex D9 4F B9 0 40 F F 13A 40 3A
Octal 331 117 271 0 100 17 17 472 100 72
Binary 11011001 1001111 10111001 0 1000000 1111 1111 100111010 1000000 111010

Color Harmonies of #D94FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94FB9

Black with #D94FB9

Text Example


Text Example

White with #D94FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94FB9; }

 p { color: rgb(217,79,185); }

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

background-color css

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

 a { background-color: rgb(217,79,185); }

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

border-color css

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

 span { border-color: rgb(217,79,185); }

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