Html Css Color HEX #D9ABFD Mauve

📋 copy color: '#D9ABFD'

red 217 ◦ green 171 ◦ blue 253

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

Shades of Mauve #D9ABFD

Tints of Mauve #D9ABFD

RGB

 RED value IS 217 (85.16% from 255) = 33.85%

 GREEN value IS 171 (67.19% from 255) = 26.68%

 BLUE value IS 253 (99.22% from 255) = 39.47%

R = 33.85%
G = 26.68%
B = 39.47%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9ABFD (or 0xD9ABFD) is known color: Mauve. HEX triplet: D9, AB and FD. RGB value is (217,171,253). Sum of RGB (Red+Green+Blue) = 217+171+253=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABFD is #265402. Grayscale: #C1C1C1. Windows color (decimal): -2511875 or 16624601. OLE color: 16624601.

HSL color Cylindrical-coordinate representation of color #D9ABFD: hue angle of 273.66º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9ABFD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 171 253 -
CMYK 0.14 0.32 0 0.01
HSL 273.66º 0.95% 0.83% -
HSV(B) 273.66º 0.32% 0.99% -
XYZ 60.91 50.97 99.56 -
YUV 194.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 217 171 253 0.14 0.32 0 0.01 273.66 0.95 0.83
Hex D9 AB FD E 20 0 1 112 5F 53
Octal 331 253 375 16 40 0 1 422 137 123
Binary 11011001 10101011 11111101 1110 100000 0 1 100010010 1011111 1010011

Color Harmonies of #D9ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABFD

Black with #D9ABFD

Text Example


Text Example

White with #D9ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABFD; }

 p { color: rgb(217,171,253); }

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

background-color css

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

 a { background-color: rgb(217,171,253); }

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

border-color css

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

 span { border-color: rgb(217,171,253); }

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