Html Css Color HEX #D958B2 Fuchsia

📋 copy color: '#D958B2'

red 217 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #D958B2

Tints of Fuchsia #D958B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 44.93%
G = 18.22%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D958B2 (or 0xD958B2) is known color: Fuchsia. HEX triplet: D9, 58 and B2. RGB value is (217,88,178). Sum of RGB (Red+Green+Blue) = 217+88+178=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D958B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D958B2 is #26A74D. Grayscale: #888888. Windows color (decimal): -2533198 or 11688153. OLE color: 11688153.

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

Color convert

RGB 217 88 178 -
CMYK 0 0.59 0.18 0.15
HSL 318.14º 0.63% 0.6% -
HSV(B) 318.14º 0.59% 0.85% -
XYZ 40.14 24.95 44.82 -
YUV 136.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 217 88 178 0 0.59 0.18 0.15 318.14 0.63 0.6
Hex D9 58 B2 0 3B 12 F 13E 3F 3C
Octal 331 130 262 0 73 22 17 476 77 74
Binary 11011001 1011000 10110010 0 111011 10010 1111 100111110 111111 111100

Color Harmonies of #D958B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958B2

Black with #D958B2

Text Example


Text Example

White with #D958B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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