Html Css Color HEX #D59AFF Mauve

📋 copy color: '#D59AFF'

red 213 ◦ green 154 ◦ blue 255

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

Shades of Mauve #D59AFF

Tints of Mauve #D59AFF

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

 GREEN value IS 154 (60.55% from 255) = 24.76%

 BLUE value IS 255 (100% from 255) = 41%

R = 34.24%
G = 24.76%
B = 41%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D59AFF (or 0xD59AFF) is known color: Mauve. HEX triplet: D5, 9A and FF. RGB value is (213,154,255). Sum of RGB (Red+Green+Blue) = 213+154+255=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D59AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AFF is #2A6500. Grayscale: #B6B6B6. Windows color (decimal): -2778369 or 16751317. OLE color: 16751317.

HSL color Cylindrical-coordinate representation of color #D59AFF: hue angle of 275.05º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D59AFF is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 154 255 -
CMYK 0.16 0.40 0 0
HSL 275.05º 1% 0.8% -
HSV(B) 275.05º 0.4% 1% -
XYZ 57.05 44.48 100.19 -
YUV 183.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 213 154 255 0.16 0.40 0 0 275.05 1 0.8
Hex D5 9A FF 10 28 0 0 113 64 50
Octal 325 232 377 20 50 0 0 423 144 120
Binary 11010101 10011010 11111111 10000 101000 0 0 100010011 1100100 1010000

Color Harmonies of #D59AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AFF

Black with #D59AFF

Text Example


Text Example

White with #D59AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AFF; }

 p { color: rgb(213,154,255); }

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

background-color css

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

 a { background-color: rgb(213,154,255); }

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

border-color css

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

 span { border-color: rgb(213,154,255); }

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