Html Css Color HEX #D15DAF Fuchsia

📋 copy color: '#D15DAF'

red 209 ◦ green 93 ◦ blue 175

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

Shades of Fuchsia #D15DAF

Tints of Fuchsia #D15DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

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

R = 43.82%
G = 19.5%
B = 36.69%

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

#D15DAF (or 0xD15DAF) is known color: Fuchsia. HEX triplet: D1, 5D and AF. RGB value is (209,93,175). Sum of RGB (Red+Green+Blue) = 209+93+175=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15DAF is #2EA250. Grayscale: #888888. Windows color (decimal): -3056209 or 11492817. OLE color: 11492817.

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

Color convert

RGB 209 93 175 -
CMYK 0 0.56 0.16 0.18
HSL 317.59º 0.56% 0.59% -
HSV(B) 317.59º 0.56% 0.82% -
XYZ 37.95 24.48 43.28 -
YUV 137.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 209 93 175 0 0.56 0.16 0.18 317.59 0.56 0.59
Hex D1 5D AF 0 38 10 12 13E 38 3B
Octal 321 135 257 0 70 20 22 476 70 73
Binary 11010001 1011101 10101111 0 111000 10000 10010 100111110 111000 111011

Color Harmonies of #D15DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DAF

Black with #D15DAF

Text Example


Text Example

White with #D15DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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