Html Css Color HEX #D4AFFD Mauve

📋 copy color: '#D4AFFD'

red 212 ◦ green 175 ◦ blue 253

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

Shades of Mauve #D4AFFD

Tints of Mauve #D4AFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 33.13%
G = 27.34%
B = 39.53%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4AFFD (or 0xD4AFFD) is known color: Mauve. HEX triplet: D4, AF and FD. RGB value is (212,175,253). Sum of RGB (Red+Green+Blue) = 212+175+253=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFD is #2B5002. Grayscale: #C2C2C2. Windows color (decimal): -2838531 or 16625620. OLE color: 16625620.

HSL color Cylindrical-coordinate representation of color #D4AFFD: hue angle of 268.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AFFD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 175 253 -
CMYK 0.16 0.31 0 0.01
HSL 268.46º 0.95% 0.84% -
HSV(B) 268.46º 0.31% 0.99% -
XYZ 60.21 51.75 99.74 -
YUV 194.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 212 175 253 0.16 0.31 0 0.01 268.46 0.95 0.84
Hex D4 AF FD 10 1F 0 1 10C 5F 54
Octal 324 257 375 20 37 0 1 414 137 124
Binary 11010100 10101111 11111101 10000 11111 0 1 100001100 1011111 1010100

Color Harmonies of #D4AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFFD

Black with #D4AFFD

Text Example


Text Example

White with #D4AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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