Html Css Color HEX #D15CAC Fuchsia

📋 copy color: '#D15CAC'

red 209 ◦ green 92 ◦ blue 172

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

Shades of Fuchsia #D15CAC

Tints of Fuchsia #D15CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

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

R = 44.19%
G = 19.45%
B = 36.36%

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

#D15CAC (or 0xD15CAC) is known color: Fuchsia. HEX triplet: D1, 5C and AC. RGB value is (209,92,172). Sum of RGB (Red+Green+Blue) = 209+92+172=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CAC is #2EA353. Grayscale: #878787. Windows color (decimal): -3056468 or 11295953. OLE color: 11295953.

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

Color convert

RGB 209 92 172 -
CMYK 0 0.56 0.18 0.18
HSL 318.97º 0.56% 0.59% -
HSV(B) 318.97º 0.56% 0.82% -
XYZ 37.57 24.19 41.72 -
YUV 136.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 209 92 172 0 0.56 0.18 0.18 318.97 0.56 0.59
Hex D1 5C AC 0 38 12 12 13F 38 3B
Octal 321 134 254 0 70 22 22 477 70 73
Binary 11010001 1011100 10101100 0 111000 10010 10010 100111111 111000 111011

Color Harmonies of #D15CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CAC

Black with #D15CAC

Text Example


Text Example

White with #D15CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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