Html Css Color HEX #D957B9 Fuchsia

📋 copy color: '#D957B9'

red 217 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #D957B9

Tints of Fuchsia #D957B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.79%

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

R = 44.38%
G = 17.79%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D957B9 (or 0xD957B9) is known color: Fuchsia. HEX triplet: D9, 57 and B9. RGB value is (217,87,185). Sum of RGB (Red+Green+Blue) = 217+87+185=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D957B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957B9 is #26A846. Grayscale: #888888. Windows color (decimal): -2533447 or 12146649. OLE color: 12146649.

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

Color convert

RGB 217 87 185 -
CMYK 0 0.60 0.15 0.15
HSL 314.77º 0.63% 0.6% -
HSV(B) 314.77º 0.6% 0.85% -
XYZ 40.78 25.07 48.59 -
YUV 137.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 217 87 185 0 0.60 0.15 0.15 314.77 0.63 0.6
Hex D9 57 B9 0 3C F F 13B 3F 3C
Octal 331 127 271 0 74 17 17 473 77 74
Binary 11011001 1010111 10111001 0 111100 1111 1111 100111011 111111 111100

Color Harmonies of #D957B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D957B9

Black with #D957B9

Text Example


Text Example

White with #D957B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D957B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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