Html Css Color HEX #D95FB1 Fuchsia

📋 copy color: '#D95FB1'

red 217 ◦ green 95 ◦ blue 177

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

Shades of Fuchsia #D95FB1

Tints of Fuchsia #D95FB1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.43%

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 44.38%
G = 19.43%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D95FB1 (or 0xD95FB1) is known color: Fuchsia. HEX triplet: D9, 5F and B1. RGB value is (217,95,177). Sum of RGB (Red+Green+Blue) = 217+95+177=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95FB1 is #26A04E. Grayscale: #8C8C8C. Windows color (decimal): -2531407 or 11624409. OLE color: 11624409.

HSL color Cylindrical-coordinate representation of color #D95FB1: hue angle of 319.67º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95FB1 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 95 177 -
CMYK 0 0.56 0.18 0.15
HSL 319.67º 0.62% 0.61% -
HSV(B) 319.67º 0.56% 0.85% -
XYZ 40.64 26.11 44.49 -
YUV 140.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 217 95 177 0 0.56 0.18 0.15 319.67 0.62 0.61
Hex D9 5F B1 0 38 12 F 140 3E 3D
Octal 331 137 261 0 70 22 17 500 76 75
Binary 11011001 1011111 10110001 0 111000 10010 1111 101000000 111110 111101

Color Harmonies of #D95FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FB1

Black with #D95FB1

Text Example


Text Example

White with #D95FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FB1; }

 p { color: rgb(217,95,177); }

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

background-color css

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

 a { background-color: rgb(217,95,177); }

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

border-color css

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

 span { border-color: rgb(217,95,177); }

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