Html Css Color HEX #D954B9 Fuchsia

📋 copy color: '#D954B9'

red 217 ◦ green 84 ◦ blue 185

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

Shades of Fuchsia #D954B9

Tints of Fuchsia #D954B9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.28%

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

R = 44.65%
G = 17.28%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D954B9 (or 0xD954B9) is known color: Fuchsia. HEX triplet: D9, 54 and B9. RGB value is (217,84,185). Sum of RGB (Red+Green+Blue) = 217+84+185=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D954B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954B9 is #26AB46. Grayscale: #878787. Windows color (decimal): -2534215 or 12145881. OLE color: 12145881.

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

Color convert

RGB 217 84 185 -
CMYK 0 0.61 0.15 0.15
HSL 314.44º 0.64% 0.59% -
HSV(B) 314.44º 0.61% 0.85% -
XYZ 40.54 24.6 48.51 -
YUV 135.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 217 84 185 0 0.61 0.15 0.15 314.44 0.64 0.59
Hex D9 54 B9 0 3D F F 13A 40 3B
Octal 331 124 271 0 75 17 17 472 100 73
Binary 11011001 1010100 10111001 0 111101 1111 1111 100111010 1000000 111011

Color Harmonies of #D954B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954B9

Black with #D954B9

Text Example


Text Example

White with #D954B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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