Html Css Color HEX #D15FB4 Fuchsia

📋 copy color: '#D15FB4'

red 209 ◦ green 95 ◦ blue 180

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

Shades of Fuchsia #D15FB4

Tints of Fuchsia #D15FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 43.18%
G = 19.63%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D15FB4 (or 0xD15FB4) is known color: Fuchsia. HEX triplet: D1, 5F and B4. RGB value is (209,95,180). Sum of RGB (Red+Green+Blue) = 209+95+180=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FB4 is #2EA04B. Grayscale: #8A8A8A. Windows color (decimal): -3055692 or 11821009. OLE color: 11821009.

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

Color convert

RGB 209 95 180 -
CMYK 0 0.55 0.14 0.18
HSL 315.26º 0.55% 0.6% -
HSV(B) 315.26º 0.55% 0.82% -
XYZ 38.62 25.04 45.98 -
YUV 138.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 209 95 180 0 0.55 0.14 0.18 315.26 0.55 0.6
Hex D1 5F B4 0 37 E 12 13B 37 3C
Octal 321 137 264 0 67 16 22 473 67 74
Binary 11010001 1011111 10110100 0 110111 1110 10010 100111011 110111 111100

Color Harmonies of #D15FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FB4

Black with #D15FB4

Text Example


Text Example

White with #D15FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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