Html Css Color HEX #D15FB9 Fuchsia

📋 copy color: '#D15FB9'

red 209 ◦ green 95 ◦ blue 185

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

Shades of Fuchsia #D15FB9

Tints of Fuchsia #D15FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 42.74%
G = 19.43%
B = 37.83%

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

#D15FB9 (or 0xD15FB9) is known color: Fuchsia. HEX triplet: D1, 5F and B9. RGB value is (209,95,185). Sum of RGB (Red+Green+Blue) = 209+95+185=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FB9 is #2EA046. Grayscale: #8B8B8B. Windows color (decimal): -3055687 or 12148689. OLE color: 12148689.

HSL color Cylindrical-coordinate representation of color #D15FB9: hue angle of 312.63º 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 #D15FB9 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 95 185 -
CMYK 0 0.55 0.11 0.18
HSL 312.63º 0.55% 0.6% -
HSV(B) 312.63º 0.55% 0.82% -
XYZ 39.14 25.24 48.71 -
YUV 139.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 209 95 185 0 0.55 0.11 0.18 312.63 0.55 0.6
Hex D1 5F B9 0 37 B 12 139 37 3C
Octal 321 137 271 0 67 13 22 471 67 74
Binary 11010001 1011111 10111001 0 110111 1011 10010 100111001 110111 111100

Color Harmonies of #D15FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FB9

Black with #D15FB9

Text Example


Text Example

White with #D15FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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