Html Css Color HEX #D59BFB Mauve

📋 copy color: '#D59BFB'

red 213 ◦ green 155 ◦ blue 251

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

Shades of Mauve #D59BFB

Tints of Mauve #D59BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 34.41%
G = 25.04%
B = 40.55%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D59BFB (or 0xD59BFB) is known color: Mauve. HEX triplet: D5, 9B and FB. RGB value is (213,155,251). Sum of RGB (Red+Green+Blue) = 213+155+251=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #D59BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BFB is #2A6404. Grayscale: #B6B6B6. Windows color (decimal): -2778117 or 16489429. OLE color: 16489429.

HSL color Cylindrical-coordinate representation of color #D59BFB: hue angle of 276.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59BFB is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 155 251 -
CMYK 0.15 0.38 0 0.02
HSL 276.25º 0.92% 0.8% -
HSV(B) 276.25º 0.38% 0.98% -
XYZ 56.57 44.55 96.88 -
YUV 183.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 213 155 251 0.15 0.38 0 0.02 276.25 0.92 0.8
Hex D5 9B FB F 26 0 2 114 5C 50
Octal 325 233 373 17 46 0 2 424 134 120
Binary 11010101 10011011 11111011 1111 100110 0 10 100010100 1011100 1010000

Color Harmonies of #D59BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BFB

Black with #D59BFB

Text Example


Text Example

White with #D59BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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