Html Css Color HEX #D15CAF Fuchsia

📋 copy color: '#D15CAF'

red 209 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #D15CAF

Tints of Fuchsia #D15CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 43.91%
G = 19.33%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D15CAF (or 0xD15CAF) is known color: Fuchsia. HEX triplet: D1, 5C and AF. RGB value is (209,92,175). Sum of RGB (Red+Green+Blue) = 209+92+175=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CAF is #2EA350. Grayscale: #888888. Windows color (decimal): -3056465 or 11492561. OLE color: 11492561.

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

Color convert

RGB 209 92 175 -
CMYK 0 0.56 0.16 0.18
HSL 317.44º 0.56% 0.59% -
HSV(B) 317.44º 0.56% 0.82% -
XYZ 37.86 24.3 43.25 -
YUV 136.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 209 92 175 0 0.56 0.16 0.18 317.44 0.56 0.59
Hex D1 5C AF 0 38 10 12 13D 38 3B
Octal 321 134 257 0 70 20 22 475 70 73
Binary 11010001 1011100 10101111 0 111000 10000 10010 100111101 111000 111011

Color Harmonies of #D15CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CAF

Black with #D15CAF

Text Example


Text Example

White with #D15CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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