Html Css Color HEX #D958B0 Fuchsia

📋 copy color: '#D958B0'

red 217 ◦ green 88 ◦ blue 176

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

Shades of Fuchsia #D958B0

Tints of Fuchsia #D958B0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.3%

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

R = 45.11%
G = 18.3%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D958B0 (or 0xD958B0) is known color: Fuchsia. HEX triplet: D9, 58 and B0. RGB value is (217,88,176). Sum of RGB (Red+Green+Blue) = 217+88+176=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D958B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D958B0 is #26A74F. Grayscale: #888888. Windows color (decimal): -2533200 or 11557081. OLE color: 11557081.

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

Color convert

RGB 217 88 176 -
CMYK 0 0.59 0.19 0.15
HSL 319.07º 0.63% 0.6% -
HSV(B) 319.07º 0.59% 0.85% -
XYZ 39.94 24.87 43.77 -
YUV 136.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 217 88 176 0 0.59 0.19 0.15 319.07 0.63 0.6
Hex D9 58 B0 0 3B 13 F 13F 3F 3C
Octal 331 130 260 0 73 23 17 477 77 74
Binary 11011001 1011000 10110000 0 111011 10011 1111 100111111 111111 111100

Color Harmonies of #D958B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958B0

Black with #D958B0

Text Example


Text Example

White with #D958B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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