Html Css Color HEX #D4AFF0 Mauve

📋 copy color: '#D4AFF0'

red 212 ◦ green 175 ◦ blue 240

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

Shades of Mauve #D4AFF0

Tints of Mauve #D4AFF0

RGB

 RED value IS 212 (83.2% from 255) = 33.81%

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

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 33.81%
G = 27.91%
B = 38.28%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4AFF0 (or 0xD4AFF0) is known color: Mauve. HEX triplet: D4, AF and F0. RGB value is (212,175,240). Sum of RGB (Red+Green+Blue) = 212+175+240=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFF0 is #2B500F. Grayscale: #C1C1C1. Windows color (decimal): -2838544 or 15773652. OLE color: 15773652.

HSL color Cylindrical-coordinate representation of color #D4AFF0: hue angle of 274.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4AFF0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 175 240 -
CMYK 0.12 0.27 0 0.06
HSL 274.15º 0.68% 0.81% -
HSV(B) 274.15º 0.27% 0.94% -
XYZ 58.21 50.95 89.2 -
YUV 193.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 212 175 240 0.12 0.27 0 0.06 274.15 0.68 0.81
Hex D4 AF F0 C 1B 0 6 112 44 51
Octal 324 257 360 14 33 0 6 422 104 121
Binary 11010100 10101111 11110000 1100 11011 0 110 100010010 1000100 1010001

Color Harmonies of #D4AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFF0

Black with #D4AFF0

Text Example


Text Example

White with #D4AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFF0; }

 p { color: rgb(212,175,240); }

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

background-color css

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

 a { background-color: rgb(212,175,240); }

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

border-color css

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

 span { border-color: rgb(212,175,240); }

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