Html Css Color HEX #D955B9 Fuchsia

📋 copy color: '#D955B9'

red 217 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #D955B9

Tints of Fuchsia #D955B9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.45%

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

R = 44.56%
G = 17.45%
B = 37.99%

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

#D955B9 (or 0xD955B9) is known color: Fuchsia. HEX triplet: D9, 55 and B9. RGB value is (217,85,185). Sum of RGB (Red+Green+Blue) = 217+85+185=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D955B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955B9 is #26AA46. Grayscale: #878787. Windows color (decimal): -2533959 or 12146137. OLE color: 12146137.

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

Color convert

RGB 217 85 185 -
CMYK 0 0.61 0.15 0.15
HSL 314.55º 0.63% 0.59% -
HSV(B) 314.55º 0.61% 0.85% -
XYZ 40.62 24.75 48.54 -
YUV 135.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 217 85 185 0 0.61 0.15 0.15 314.55 0.63 0.59
Hex D9 55 B9 0 3D F F 13B 3F 3B
Octal 331 125 271 0 75 17 17 473 77 73
Binary 11011001 1010101 10111001 0 111101 1111 1111 100111011 111111 111011

Color Harmonies of #D955B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955B9

Black with #D955B9

Text Example


Text Example

White with #D955B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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