Html Css Color HEX #D2AFF7 Mauve

📋 copy color: '#D2AFF7'

red 210 ◦ green 175 ◦ blue 247

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

Shades of Mauve #D2AFF7

Tints of Mauve #D2AFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.08%

R = 33.23%
G = 27.69%
B = 39.08%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2AFF7 (or 0xD2AFF7) is known color: Mauve. HEX triplet: D2, AF and F7. RGB value is (210,175,247). Sum of RGB (Red+Green+Blue) = 210+175+247=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2AFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFF7 is #2D5008. Grayscale: #C1C1C1. Windows color (decimal): -2969609 or 16232402. OLE color: 16232402.

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

Color convert

RGB 210 175 247 -
CMYK 0.15 0.29 0 0.03
HSL 269.17º 0.82% 0.83% -
HSV(B) 269.17º 0.29% 0.97% -
XYZ 58.7 51.08 94.76 -
YUV 193.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 210 175 247 0.15 0.29 0 0.03 269.17 0.82 0.83
Hex D2 AF F7 F 1D 0 3 10D 52 53
Octal 322 257 367 17 35 0 3 415 122 123
Binary 11010010 10101111 11110111 1111 11101 0 11 100001101 1010010 1010011

Color Harmonies of #D2AFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFF7

Black with #D2AFF7

Text Example


Text Example

White with #D2AFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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