Html Css Color HEX #D7B2FF Mauve

📋 copy color: '#D7B2FF'

red 215 ◦ green 178 ◦ blue 255

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

Shades of Mauve #D7B2FF

Tints of Mauve #D7B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.47%

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

R = 33.18%
G = 27.47%
B = 39.35%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7B2FF (or 0xD7B2FF) is known color: Mauve. HEX triplet: D7, B2 and FF. RGB value is (215,178,255). Sum of RGB (Red+Green+Blue) = 215+178+255=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B2FF is #284D00. Grayscale: #C5C5C5. Windows color (decimal): -2641153 or 16757463. OLE color: 16757463.

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

Color convert

RGB 215 178 255 -
CMYK 0.16 0.30 0 0
HSL 268.83º 1% 0.85% -
HSV(B) 268.83º 0.3% 1% -
XYZ 61.99 53.51 101.67 -
YUV 197.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 215 178 255 0.16 0.30 0 0 268.83 1 0.85
Hex D7 B2 FF 10 1E 0 0 10D 64 55
Octal 327 262 377 20 36 0 0 415 144 125
Binary 11010111 10110010 11111111 10000 11110 0 0 100001101 1100100 1010101

Color Harmonies of #D7B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2FF

Black with #D7B2FF

Text Example


Text Example

White with #D7B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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