Html Css Color HEX #D15FBA Fuchsia

📋 copy color: '#D15FBA'

red 209 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #D15FBA

Tints of Fuchsia #D15FBA

RGB

 RED value IS 209 (82.03% from 255) = 42.65%

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

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

R = 42.65%
G = 19.39%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D15FBA (or 0xD15FBA) is known color: Fuchsia. HEX triplet: D1, 5F and BA. RGB value is (209,95,186). Sum of RGB (Red+Green+Blue) = 209+95+186=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FBA is #2EA045. Grayscale: #8B8B8B. Windows color (decimal): -3055686 or 12214225. OLE color: 12214225.

HSL color Cylindrical-coordinate representation of color #D15FBA: hue angle of 312.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FBA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 186 -
CMYK 0 0.55 0.11 0.18
HSL 312.11º 0.55% 0.6% -
HSV(B) 312.11º 0.55% 0.82% -
XYZ 39.25 25.28 49.27 -
YUV 139.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 209 95 186 0 0.55 0.11 0.18 312.11 0.55 0.6
Hex D1 5F BA 0 37 B 12 138 37 3C
Octal 321 137 272 0 67 13 22 470 67 74
Binary 11010001 1011111 10111010 0 110111 1011 10010 100111000 110111 111100

Color Harmonies of #D15FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FBA

Black with #D15FBA

Text Example


Text Example

White with #D15FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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