Html Css Color HEX #D15DAE Fuchsia

📋 copy color: '#D15DAE'

red 209 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #D15DAE

Tints of Fuchsia #D15DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 43.91%
G = 19.54%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D15DAE (or 0xD15DAE) is known color: Fuchsia. HEX triplet: D1, 5D and AE. RGB value is (209,93,174). Sum of RGB (Red+Green+Blue) = 209+93+174=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15DAE is #2EA251. Grayscale: #888888. Windows color (decimal): -3056210 or 11427281. OLE color: 11427281.

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

Color convert

RGB 209 93 174 -
CMYK 0 0.56 0.17 0.18
HSL 318.1º 0.56% 0.59% -
HSV(B) 318.1º 0.56% 0.82% -
XYZ 37.85 24.44 42.77 -
YUV 136.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 209 93 174 0 0.56 0.17 0.18 318.1 0.56 0.59
Hex D1 5D AE 0 38 11 12 13E 38 3B
Octal 321 135 256 0 70 21 22 476 70 73
Binary 11010001 1011101 10101110 0 111000 10001 10010 100111110 111000 111011

Color Harmonies of #D15DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15DAE

Black with #D15DAE

Text Example


Text Example

White with #D15DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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