Html Css Color HEX #D94AB9 Fuchsia

📋 copy color: '#D94AB9'

red 217 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #D94AB9

Tints of Fuchsia #D94AB9

RGB

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

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

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

R = 45.59%
G = 15.55%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D94AB9 (or 0xD94AB9) is known color: Fuchsia. HEX triplet: D9, 4A and B9. RGB value is (217,74,185). Sum of RGB (Red+Green+Blue) = 217+74+185=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AB9 is #26B546. Grayscale: #818181. Windows color (decimal): -2536775 or 12143321. OLE color: 12143321.

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

Color convert

RGB 217 74 185 -
CMYK 0 0.66 0.15 0.15
HSL 313.43º 0.65% 0.57% -
HSV(B) 313.43º 0.66% 0.85% -
XYZ 39.82 23.15 48.27 -
YUV 129.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 217 74 185 0 0.66 0.15 0.15 313.43 0.65 0.57
Hex D9 4A B9 0 42 F F 139 41 39
Octal 331 112 271 0 102 17 17 471 101 71
Binary 11011001 1001010 10111001 0 1000010 1111 1111 100111001 1000001 111001

Color Harmonies of #D94AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94AB9

Black with #D94AB9

Text Example


Text Example

White with #D94AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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