Html Css Color HEX #D4AFFF Mauve

📋 copy color: '#D4AFFF'

red 212 ◦ green 175 ◦ blue 255

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

Shades of Mauve #D4AFFF

Tints of Mauve #D4AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 33.02%
G = 27.26%
B = 39.72%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4AFFF (or 0xD4AFFF) is known color: Mauve. HEX triplet: D4, AF and FF. RGB value is (212,175,255). Sum of RGB (Red+Green+Blue) = 212+175+255=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFF is #2B5000. Grayscale: #C2C2C2. Windows color (decimal): -2838529 or 16756692. OLE color: 16756692.

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

Color convert

RGB 212 175 255 -
CMYK 0.17 0.31 0 0
HSL 267.75º 1% 0.84% -
HSV(B) 267.75º 0.31% 1% -
XYZ 60.53 51.88 101.43 -
YUV 195.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 212 175 255 0.17 0.31 0 0 267.75 1 0.84
Hex D4 AF FF 11 1F 0 0 10C 64 54
Octal 324 257 377 21 37 0 0 414 144 124
Binary 11010100 10101111 11111111 10001 11111 0 0 100001100 1100100 1010100

Color Harmonies of #D4AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFFF

Black with #D4AFFF

Text Example


Text Example

White with #D4AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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