Html Css Color HEX #D75FBA Fuchsia

📋 copy color: '#D75FBA'

red 215 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #D75FBA

Tints of Fuchsia #D75FBA

RGB

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

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

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

R = 43.35%
G = 19.15%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D75FBA (or 0xD75FBA) is known color: Fuchsia. HEX triplet: D7, 5F and BA. RGB value is (215,95,186). Sum of RGB (Red+Green+Blue) = 215+95+186=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FBA is #28A045. Grayscale: #8D8D8D. Windows color (decimal): -2662470 or 12214231. OLE color: 12214231.

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

Color convert

RGB 215 95 186 -
CMYK 0 0.56 0.13 0.16
HSL 314.5º 0.6% 0.61% -
HSV(B) 314.5º 0.56% 0.84% -
XYZ 40.98 26.18 49.35 -
YUV 141.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 215 95 186 0 0.56 0.13 0.16 314.5 0.6 0.61
Hex D7 5F BA 0 38 D 10 13A 3C 3D
Octal 327 137 272 0 70 15 20 472 74 75
Binary 11010111 1011111 10111010 0 111000 1101 10000 100111010 111100 111101

Color Harmonies of #D75FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FBA

Black with #D75FBA

Text Example


Text Example

White with #D75FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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