Html Css Color HEX #D95FBA Fuchsia

📋 copy color: '#D95FBA'

red 217 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #D95FBA

Tints of Fuchsia #D95FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 43.57%
G = 19.08%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D95FBA (or 0xD95FBA) is known color: Fuchsia. HEX triplet: D9, 5F and BA. RGB value is (217,95,186). Sum of RGB (Red+Green+Blue) = 217+95+186=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FBA is #26A045. Grayscale: #8D8D8D. Windows color (decimal): -2531398 or 12214233. OLE color: 12214233.

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

Color convert

RGB 217 95 186 -
CMYK 0 0.56 0.14 0.15
HSL 315.25º 0.62% 0.61% -
HSV(B) 315.25º 0.56% 0.85% -
XYZ 41.57 26.48 49.37 -
YUV 141.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 217 95 186 0 0.56 0.14 0.15 315.25 0.62 0.61
Hex D9 5F BA 0 38 E F 13B 3E 3D
Octal 331 137 272 0 70 16 17 473 76 75
Binary 11011001 1011111 10111010 0 111000 1110 1111 100111011 111110 111101

Color Harmonies of #D95FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FBA

Black with #D95FBA

Text Example


Text Example

White with #D95FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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