Html Css Color HEX #D954B4 Fuchsia

📋 copy color: '#D954B4'

red 217 ◦ green 84 ◦ blue 180

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

Shades of Fuchsia #D954B4

Tints of Fuchsia #D954B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 45.11%
G = 17.46%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D954B4 (or 0xD954B4) is known color: Fuchsia. HEX triplet: D9, 54 and B4. RGB value is (217,84,180). Sum of RGB (Red+Green+Blue) = 217+84+180=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D954B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954B4 is #26AB4B. Grayscale: #868686. Windows color (decimal): -2534220 or 11818201. OLE color: 11818201.

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

Color convert

RGB 217 84 180 -
CMYK 0 0.61 0.17 0.15
HSL 316.69º 0.64% 0.59% -
HSV(B) 316.69º 0.61% 0.85% -
XYZ 40.02 24.39 45.78 -
YUV 134.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 217 84 180 0 0.61 0.17 0.15 316.69 0.64 0.59
Hex D9 54 B4 0 3D 11 F 13D 40 3B
Octal 331 124 264 0 75 21 17 475 100 73
Binary 11011001 1010100 10110100 0 111101 10001 1111 100111101 1000000 111011

Color Harmonies of #D954B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954B4

Black with #D954B4

Text Example


Text Example

White with #D954B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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