Html Css Color HEX #D5B4F1 Mauve

📋 copy color: '#D5B4F1'

red 213 ◦ green 180 ◦ blue 241

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

Shades of Mauve #D5B4F1

Tints of Mauve #D5B4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 33.6%
G = 28.39%
B = 38.01%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5B4F1 (or 0xD5B4F1) is known color: Mauve. HEX triplet: D5, B4 and F1. RGB value is (213,180,241). Sum of RGB (Red+Green+Blue) = 213+180+241=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5B4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4F1 is #2A4B0E. Grayscale: #C4C4C4. Windows color (decimal): -2771727 or 15840469. OLE color: 15840469.

HSL color Cylindrical-coordinate representation of color #D5B4F1: hue angle of 272.46º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B4F1 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 180 241 -
CMYK 0.12 0.25 0 0.05
HSL 272.46º 0.69% 0.83% -
HSV(B) 272.46º 0.25% 0.95% -
XYZ 59.64 53.14 90.33 -
YUV 196.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 213 180 241 0.12 0.25 0 0.05 272.46 0.69 0.83
Hex D5 B4 F1 C 19 0 5 110 45 53
Octal 325 264 361 14 31 0 5 420 105 123
Binary 11010101 10110100 11110001 1100 11001 0 101 100010000 1000101 1010011

Color Harmonies of #D5B4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B4F1

Black with #D5B4F1

Text Example


Text Example

White with #D5B4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B4F1; }

 p { color: rgb(213,180,241); }

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

background-color css

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

 a { background-color: rgb(213,180,241); }

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

border-color css

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

 span { border-color: rgb(213,180,241); }

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