Html Css Color HEX #D15AAC Fuchsia

📋 copy color: '#D15AAC'

red 209 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #D15AAC

Tints of Fuchsia #D15AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

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

R = 44.37%
G = 19.11%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D15AAC (or 0xD15AAC) is known color: Fuchsia. HEX triplet: D1, 5A and AC. RGB value is (209,90,172). Sum of RGB (Red+Green+Blue) = 209+90+172=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15AAC is #2EA553. Grayscale: #868686. Windows color (decimal): -3056980 or 11295441. OLE color: 11295441.

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

Color convert

RGB 209 90 172 -
CMYK 0 0.57 0.18 0.18
HSL 318.66º 0.56% 0.59% -
HSV(B) 318.66º 0.57% 0.82% -
XYZ 37.4 23.85 41.66 -
YUV 134.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 209 90 172 0 0.57 0.18 0.18 318.66 0.56 0.59
Hex D1 5A AC 0 39 12 12 13F 38 3B
Octal 321 132 254 0 71 22 22 477 70 73
Binary 11010001 1011010 10101100 0 111001 10010 10010 100111111 111000 111011

Color Harmonies of #D15AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AAC

Black with #D15AAC

Text Example


Text Example

White with #D15AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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