Html Css Color HEX #D5B2FD Mauve

📋 copy color: '#D5B2FD'

red 213 ◦ green 178 ◦ blue 253

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

Shades of Mauve #D5B2FD

Tints of Mauve #D5B2FD

RGB

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

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

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

R = 33.07%
G = 27.64%
B = 39.29%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5B2FD (or 0xD5B2FD) is known color: Mauve. HEX triplet: D5, B2 and FD. RGB value is (213,178,253). Sum of RGB (Red+Green+Blue) = 213+178+253=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B2FD is #2A4D02. Grayscale: #C4C4C4. Windows color (decimal): -2772227 or 16626389. OLE color: 16626389.

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

Color convert

RGB 213 178 253 -
CMYK 0.16 0.30 0 0.01
HSL 268º 0.95% 0.85% -
HSV(B) 268º 0.3% 0.99% -
XYZ 61.09 53.08 99.95 -
YUV 197.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 213 178 253 0.16 0.30 0 0.01 268 0.95 0.85
Hex D5 B2 FD 10 1E 0 1 10C 5F 55
Octal 325 262 375 20 36 0 1 414 137 125
Binary 11010101 10110010 11111101 10000 11110 0 1 100001100 1011111 1010101

Color Harmonies of #D5B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2FD

Black with #D5B2FD

Text Example


Text Example

White with #D5B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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