Html Css Color HEX #D958B6 Fuchsia

📋 copy color: '#D958B6'

red 217 ◦ green 88 ◦ blue 182

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

Shades of Fuchsia #D958B6

Tints of Fuchsia #D958B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 44.56%
G = 18.07%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D958B6 (or 0xD958B6) is known color: Fuchsia. HEX triplet: D9, 58 and B6. RGB value is (217,88,182). Sum of RGB (Red+Green+Blue) = 217+88+182=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D958B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958B6 is #26A749. Grayscale: #898989. Windows color (decimal): -2533194 or 11950297. OLE color: 11950297.

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

Color convert

RGB 217 88 182 -
CMYK 0 0.59 0.16 0.15
HSL 316.28º 0.63% 0.6% -
HSV(B) 316.28º 0.59% 0.85% -
XYZ 40.55 25.11 46.97 -
YUV 137.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 217 88 182 0 0.59 0.16 0.15 316.28 0.63 0.6
Hex D9 58 B6 0 3B 10 F 13C 3F 3C
Octal 331 130 266 0 73 20 17 474 77 74
Binary 11011001 1011000 10110110 0 111011 10000 1111 100111100 111111 111100

Color Harmonies of #D958B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958B6

Black with #D958B6

Text Example


Text Example

White with #D958B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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