Html Css Color HEX #D59BFE Mauve

📋 copy color: '#D59BFE'

red 213 ◦ green 155 ◦ blue 254

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

Shades of Mauve #D59BFE

Tints of Mauve #D59BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.92%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 34.24%
G = 24.92%
B = 40.84%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D59BFE (or 0xD59BFE) is known color: Mauve. HEX triplet: D5, 9B and FE. RGB value is (213,155,254). Sum of RGB (Red+Green+Blue) = 213+155+254=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #D59BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BFE is #2A6401. Grayscale: #B7B7B7. Windows color (decimal): -2778114 or 16686037. OLE color: 16686037.

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

Color convert

RGB 213 155 254 -
CMYK 0.16 0.39 0 0.00
HSL 275.15º 0.98% 0.8% -
HSV(B) 275.15º 0.39% 1% -
XYZ 57.05 44.74 99.4 -
YUV 183.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 213 155 254 0.16 0.39 0 0.00 275.15 0.98 0.8
Hex D5 9B FE 10 27 0 0 113 62 50
Octal 325 233 376 20 47 0 0 423 142 120
Binary 11010101 10011011 11111110 10000 100111 0 0 100010011 1100010 1010000

Color Harmonies of #D59BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BFE

Black with #D59BFE

Text Example


Text Example

White with #D59BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BFE; }

 p { color: rgb(213,155,254); }

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

background-color css

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

 a { background-color: rgb(213,155,254); }

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

border-color css

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

 span { border-color: rgb(213,155,254); }

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