Html Css Color HEX #D75FB1 Fuchsia

📋 copy color: '#D75FB1'

red 215 ◦ green 95 ◦ blue 177

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

Shades of Fuchsia #D75FB1

Tints of Fuchsia #D75FB1

RGB

 RED value IS 215 (84.38% from 255) = 44.15%

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

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

R = 44.15%
G = 19.51%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D75FB1 (or 0xD75FB1) is known color: Fuchsia. HEX triplet: D7, 5F and B1. RGB value is (215,95,177). Sum of RGB (Red+Green+Blue) = 215+95+177=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75FB1 is #28A04E. Grayscale: #8C8C8C. Windows color (decimal): -2662479 or 11624407. OLE color: 11624407.

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

Color convert

RGB 215 95 177 -
CMYK 0 0.56 0.18 0.16
HSL 319º 0.6% 0.61% -
HSV(B) 319º 0.56% 0.84% -
XYZ 40.05 25.81 44.47 -
YUV 140.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 215 95 177 0 0.56 0.18 0.16 319 0.6 0.61
Hex D7 5F B1 0 38 12 10 13F 3C 3D
Octal 327 137 261 0 70 22 20 477 74 75
Binary 11010111 1011111 10110001 0 111000 10010 10000 100111111 111100 111101

Color Harmonies of #D75FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FB1

Black with #D75FB1

Text Example


Text Example

White with #D75FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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