Html Css Color HEX #D957B0 Fuchsia

📋 copy color: '#D957B0'

red 217 ◦ green 87 ◦ blue 176

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

Shades of Fuchsia #D957B0

Tints of Fuchsia #D957B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.67%

R = 45.21%
G = 18.13%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D957B0 (or 0xD957B0) is known color: Fuchsia. HEX triplet: D9, 57 and B0. RGB value is (217,87,176). Sum of RGB (Red+Green+Blue) = 217+87+176=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D957B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D957B0 is #26A84F. Grayscale: #878787. Windows color (decimal): -2533456 or 11556825. OLE color: 11556825.

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

Color convert

RGB 217 87 176 -
CMYK 0 0.60 0.19 0.15
HSL 318.92º 0.63% 0.6% -
HSV(B) 318.92º 0.6% 0.85% -
XYZ 39.86 24.7 43.74 -
YUV 136.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 217 87 176 0 0.60 0.19 0.15 318.92 0.63 0.6
Hex D9 57 B0 0 3C 13 F 13F 3F 3C
Octal 331 127 260 0 74 23 17 477 77 74
Binary 11011001 1010111 10110000 0 111100 10011 1111 100111111 111111 111100

Color Harmonies of #D957B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D957B0

Black with #D957B0

Text Example


Text Example

White with #D957B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D957B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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