Html Css Color HEX #D15BAC Fuchsia

📋 copy color: '#D15BAC'

red 209 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #D15BAC

Tints of Fuchsia #D15BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.28%

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 44.28%
G = 19.28%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D15BAC (or 0xD15BAC) is known color: Fuchsia. HEX triplet: D1, 5B and AC. RGB value is (209,91,172). Sum of RGB (Red+Green+Blue) = 209+91+172=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15BAC is #2EA453. Grayscale: #878787. Windows color (decimal): -3056724 or 11295697. OLE color: 11295697.

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

Color convert

RGB 209 91 172 -
CMYK 0 0.56 0.18 0.18
HSL 318.81º 0.56% 0.59% -
HSV(B) 318.81º 0.56% 0.82% -
XYZ 37.48 24.02 41.69 -
YUV 135.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 209 91 172 0 0.56 0.18 0.18 318.81 0.56 0.59
Hex D1 5B AC 0 38 12 12 13F 38 3B
Octal 321 133 254 0 70 22 22 477 70 73
Binary 11010001 1011011 10101100 0 111000 10010 10010 100111111 111000 111011

Color Harmonies of #D15BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15BAC

Black with #D15BAC

Text Example


Text Example

White with #D15BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15BAC; }

 p { color: rgb(209,91,172); }

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

background-color css

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

 a { background-color: rgb(209,91,172); }

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

border-color css

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

 span { border-color: rgb(209,91,172); }

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