Html Css Color HEX #D3AFEF Mauve

📋 copy color: '#D3AFEF'

red 211 ◦ green 175 ◦ blue 239

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

Shades of Mauve #D3AFEF

Tints of Mauve #D3AFEF

RGB

 RED value IS 211 (82.81% from 255) = 33.76%

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 33.76%
G = 28%
B = 38.24%

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

#D3AFEF (or 0xD3AFEF) is known color: Mauve. HEX triplet: D3, AF and EF. RGB value is (211,175,239). Sum of RGB (Red+Green+Blue) = 211+175+239=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFEF is #2C5010. Grayscale: #C0C0C0. Windows color (decimal): -2904081 or 15708115. OLE color: 15708115.

HSL color Cylindrical-coordinate representation of color #D3AFEF: hue angle of 273.75º degrees, saturation: 0.67, 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 #D3AFEF is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 175 239 -
CMYK 0.12 0.27 0 0.06
HSL 273.75º 0.67% 0.81% -
HSV(B) 273.75º 0.27% 0.94% -
XYZ 57.77 50.74 88.41 -
YUV 193.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 211 175 239 0.12 0.27 0 0.06 273.75 0.67 0.81
Hex D3 AF EF C 1B 0 6 112 43 51
Octal 323 257 357 14 33 0 6 422 103 121
Binary 11010011 10101111 11101111 1100 11011 0 110 100010010 1000011 1010001

Color Harmonies of #D3AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFEF

Black with #D3AFEF

Text Example


Text Example

White with #D3AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFEF; }

 p { color: rgb(211,175,239); }

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

background-color css

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

 a { background-color: rgb(211,175,239); }

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

border-color css

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

 span { border-color: rgb(211,175,239); }

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