Html Css Color HEX #D94DB9 Fuchsia

📋 copy color: '#D94DB9'

red 217 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #D94DB9

Tints of Fuchsia #D94DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.08%

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

R = 45.3%
G = 16.08%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D94DB9 (or 0xD94DB9) is known color: Fuchsia. HEX triplet: D9, 4D and B9. RGB value is (217,77,185). Sum of RGB (Red+Green+Blue) = 217+77+185=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DB9 is #26B246. Grayscale: #828282. Windows color (decimal): -2536007 or 12144089. OLE color: 12144089.

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

Color convert

RGB 217 77 185 -
CMYK 0 0.65 0.15 0.15
HSL 313.71º 0.65% 0.58% -
HSV(B) 313.71º 0.65% 0.85% -
XYZ 40.03 23.56 48.34 -
YUV 131.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 217 77 185 0 0.65 0.15 0.15 313.71 0.65 0.58
Hex D9 4D B9 0 41 F F 13A 41 3A
Octal 331 115 271 0 101 17 17 472 101 72
Binary 11011001 1001101 10111001 0 1000001 1111 1111 100111010 1000001 111010

Color Harmonies of #D94DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DB9

Black with #D94DB9

Text Example


Text Example

White with #D94DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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