Html Css Color HEX #D5A6FC Mauve

📋 copy color: '#D5A6FC'

red 213 ◦ green 166 ◦ blue 252

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

Shades of Mauve #D5A6FC

Tints of Mauve #D5A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.31%

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 33.76%
G = 26.31%
B = 39.94%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5A6FC (or 0xD5A6FC) is known color: Mauve. HEX triplet: D5, A6 and FC. RGB value is (213,166,252). Sum of RGB (Red+Green+Blue) = 213+166+252=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A6FC is #2A5903. Grayscale: #BDBDBD. Windows color (decimal): -2775300 or 16557781. OLE color: 16557781.

HSL color Cylindrical-coordinate representation of color #D5A6FC: hue angle of 272.79º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A6FC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 166 252 -
CMYK 0.15 0.34 0 0.01
HSL 272.79º 0.93% 0.82% -
HSV(B) 272.79º 0.34% 0.99% -
XYZ 58.65 48.45 98.36 -
YUV 189.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 213 166 252 0.15 0.34 0 0.01 272.79 0.93 0.82
Hex D5 A6 FC F 22 0 1 111 5D 52
Octal 325 246 374 17 42 0 1 421 135 122
Binary 11010101 10100110 11111100 1111 100010 0 1 100010001 1011101 1010010

Color Harmonies of #D5A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A6FC

Black with #D5A6FC

Text Example


Text Example

White with #D5A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A6FC; }

 p { color: rgb(213,166,252); }

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

background-color css

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

 a { background-color: rgb(213,166,252); }

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

border-color css

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

 span { border-color: rgb(213,166,252); }

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