Html Css Color HEX #DB97FA Mauve

📋 copy color: '#DB97FA'

red 219 ◦ green 151 ◦ blue 250

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

Shades of Mauve #DB97FA

Tints of Mauve #DB97FA

RGB

 RED value IS 219 (85.94% from 255) = 35.32%

 GREEN value IS 151 (59.38% from 255) = 24.35%

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 35.32%
G = 24.35%
B = 40.32%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB97FA (or 0xDB97FA) is known color: Mauve. HEX triplet: DB, 97 and FA. RGB value is (219,151,250). Sum of RGB (Red+Green+Blue) = 219+151+250=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97FA is #246805. Grayscale: #B6B6B6. Windows color (decimal): -2385926 or 16422875. OLE color: 16422875.

HSL color Cylindrical-coordinate representation of color #DB97FA: hue angle of 281.21º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB97FA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 151 250 -
CMYK 0.12 0.40 0 0.02
HSL 281.21º 0.91% 0.79% -
HSV(B) 281.21º 0.4% 0.98% -
XYZ 57.54 44.1 95.92 -
YUV 182.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 219 151 250 0.12 0.40 0 0.02 281.21 0.91 0.79
Hex DB 97 FA C 28 0 2 119 5B 4F
Octal 333 227 372 14 50 0 2 431 133 117
Binary 11011011 10010111 11111010 1100 101000 0 10 100011001 1011011 1001111

Color Harmonies of #DB97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97FA

Black with #DB97FA

Text Example


Text Example

White with #DB97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97FA; }

 p { color: rgb(219,151,250); }

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

background-color css

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

 a { background-color: rgb(219,151,250); }

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

border-color css

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

 span { border-color: rgb(219,151,250); }

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