Html Css Color HEX #D957BB Fuchsia

📋 copy color: '#D957BB'

red 217 ◦ green 87 ◦ blue 187

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

Shades of Fuchsia #D957BB

Tints of Fuchsia #D957BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 44.2%
G = 17.72%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D957BB (or 0xD957BB) is known color: Fuchsia. HEX triplet: D9, 57 and BB. RGB value is (217,87,187). Sum of RGB (Red+Green+Blue) = 217+87+187=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D957BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957BB is #26A844. Grayscale: #898989. Windows color (decimal): -2533445 or 12277721. OLE color: 12277721.

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

Color convert

RGB 217 87 187 -
CMYK 0 0.60 0.14 0.15
HSL 313.85º 0.63% 0.6% -
HSV(B) 313.85º 0.6% 0.85% -
XYZ 40.99 25.16 49.71 -
YUV 137.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 217 87 187 0 0.60 0.14 0.15 313.85 0.63 0.6
Hex D9 57 BB 0 3C E F 13A 3F 3C
Octal 331 127 273 0 74 16 17 472 77 74
Binary 11011001 1010111 10111011 0 111100 1110 1111 100111010 111111 111100

Color Harmonies of #D957BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D957BB

Black with #D957BB

Text Example


Text Example

White with #D957BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D957BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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