Html Css Color HEX #D2AFF6 Mauve

📋 copy color: '#D2AFF6'

red 210 ◦ green 175 ◦ blue 246

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

Shades of Mauve #D2AFF6

Tints of Mauve #D2AFF6

RGB

 RED value IS 210 (82.42% from 255) = 33.28%

 GREEN value IS 175 (68.75% from 255) = 27.73%

 BLUE value IS 246 (96.48% from 255) = 38.99%

R = 33.28%
G = 27.73%
B = 38.99%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D2AFF6 (or 0xD2AFF6) is known color: Mauve. HEX triplet: D2, AF and F6. RGB value is (210,175,246). Sum of RGB (Red+Green+Blue) = 210+175+246=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFF6 is #2D5009. Grayscale: #C1C1C1. Windows color (decimal): -2969610 or 16166866. OLE color: 16166866.

HSL color Cylindrical-coordinate representation of color #D2AFF6: hue angle of 269.58º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AFF6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 175 246 -
CMYK 0.15 0.29 0 0.04
HSL 269.58º 0.8% 0.83% -
HSV(B) 269.58º 0.29% 0.96% -
XYZ 58.54 51.02 93.95 -
YUV 193.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 210 175 246 0.15 0.29 0 0.04 269.58 0.8 0.83
Hex D2 AF F6 F 1D 0 4 10E 50 53
Octal 322 257 366 17 35 0 4 416 120 123
Binary 11010010 10101111 11110110 1111 11101 0 100 100001110 1010000 1010011

Color Harmonies of #D2AFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFF6

Black with #D2AFF6

Text Example


Text Example

White with #D2AFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFF6; }

 p { color: rgb(210,175,246); }

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

background-color css

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

 a { background-color: rgb(210,175,246); }

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

border-color css

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

 span { border-color: rgb(210,175,246); }

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