Html Css Color HEX #D5AFFD Mauve

📋 copy color: '#D5AFFD'

red 213 ◦ green 175 ◦ blue 253

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

Shades of Mauve #D5AFFD

Tints of Mauve #D5AFFD

RGB

 RED value IS 213 (83.59% from 255) = 33.23%

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

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

R = 33.23%
G = 27.3%
B = 39.47%

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

#D5AFFD (or 0xD5AFFD) is known color: Mauve. HEX triplet: D5, AF and FD. RGB value is (213,175,253). Sum of RGB (Red+Green+Blue) = 213+175+253=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFFD is #2A5002. Grayscale: #C2C2C2. Windows color (decimal): -2772995 or 16625621. OLE color: 16625621.

HSL color Cylindrical-coordinate representation of color #D5AFFD: hue angle of 269.23º 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 #D5AFFD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 175 253 -
CMYK 0.16 0.31 0 0.01
HSL 269.23º 0.95% 0.84% -
HSV(B) 269.23º 0.31% 0.99% -
XYZ 60.5 51.9 99.76 -
YUV 195.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 213 175 253 0.16 0.31 0 0.01 269.23 0.95 0.84
Hex D5 AF FD 10 1F 0 1 10D 5F 54
Octal 325 257 375 20 37 0 1 415 137 124
Binary 11010101 10101111 11111101 10000 11111 0 1 100001101 1011111 1010100

Color Harmonies of #D5AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFFD

Black with #D5AFFD

Text Example


Text Example

White with #D5AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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