Html Css Color HEX #D957B3 Fuchsia

📋 copy color: '#D957B3'

red 217 ◦ green 87 ◦ blue 179

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

Shades of Fuchsia #D957B3

Tints of Fuchsia #D957B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.06%

R = 44.93%
G = 18.01%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D957B3 (or 0xD957B3) is known color: Fuchsia. HEX triplet: D9, 57 and B3. RGB value is (217,87,179). Sum of RGB (Red+Green+Blue) = 217+87+179=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D957B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957B3 is #26A84C. Grayscale: #888888. Windows color (decimal): -2533453 or 11753433. OLE color: 11753433.

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

Color convert

RGB 217 87 179 -
CMYK 0 0.60 0.18 0.15
HSL 317.54º 0.63% 0.6% -
HSV(B) 317.54º 0.6% 0.85% -
XYZ 40.16 24.82 45.32 -
YUV 136.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 217 87 179 0 0.60 0.18 0.15 317.54 0.63 0.6
Hex D9 57 B3 0 3C 12 F 13E 3F 3C
Octal 331 127 263 0 74 22 17 476 77 74
Binary 11011001 1010111 10110011 0 111100 10010 1111 100111110 111111 111100

Color Harmonies of #D957B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D957B3

Black with #D957B3

Text Example


Text Example

White with #D957B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D957B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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