Html Css Color HEX #D7B4FF Mauve

📋 copy color: '#D7B4FF'

red 215 ◦ green 180 ◦ blue 255

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

Shades of Mauve #D7B4FF

Tints of Mauve #D7B4FF

RGB

 RED value IS 215 (84.38% from 255) = 33.08%

 GREEN value IS 180 (70.7% from 255) = 27.69%

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

R = 33.08%
G = 27.69%
B = 39.23%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7B4FF (or 0xD7B4FF) is known color: Mauve. HEX triplet: D7, B4 and FF. RGB value is (215,180,255). Sum of RGB (Red+Green+Blue) = 215+180+255=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B4FF is #284B00. Grayscale: #C6C6C6. Windows color (decimal): -2640641 or 16757975. OLE color: 16757975.

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

Color convert

RGB 215 180 255 -
CMYK 0.16 0.29 0 0
HSL 268º 1% 0.85% -
HSV(B) 268º 0.29% 1% -
XYZ 62.4 54.31 101.8 -
YUV 199.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 215 180 255 0.16 0.29 0 0 268 1 0.85
Hex D7 B4 FF 10 1D 0 0 10C 64 55
Octal 327 264 377 20 35 0 0 414 144 125
Binary 11010111 10110100 11111111 10000 11101 0 0 100001100 1100100 1010101

Color Harmonies of #D7B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B4FF

Black with #D7B4FF

Text Example


Text Example

White with #D7B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B4FF; }

 p { color: rgb(215,180,255); }

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

background-color css

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

 a { background-color: rgb(215,180,255); }

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

border-color css

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

 span { border-color: rgb(215,180,255); }

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