Html Css Color HEX #DB98FC Mauve

📋 copy color: '#DB98FC'

red 219 ◦ green 152 ◦ blue 252

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

Shades of Mauve #DB98FC

Tints of Mauve #DB98FC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.4%

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 35.15%
G = 24.4%
B = 40.45%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB98FC (or 0xDB98FC) is known color: Mauve. HEX triplet: DB, 98 and FC. RGB value is (219,152,252). Sum of RGB (Red+Green+Blue) = 219+152+252=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98FC is #246703. Grayscale: #B7B7B7. Windows color (decimal): -2385668 or 16554203. OLE color: 16554203.

HSL color Cylindrical-coordinate representation of color #DB98FC: hue angle of 280.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB98FC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 152 252 -
CMYK 0.13 0.40 0 0.01
HSL 280.2º 0.94% 0.79% -
HSV(B) 280.2º 0.4% 0.99% -
XYZ 58.01 44.54 97.64 -
YUV 183.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 219 152 252 0.13 0.40 0 0.01 280.2 0.94 0.79
Hex DB 98 FC D 28 0 1 118 5E 4F
Octal 333 230 374 15 50 0 1 430 136 117
Binary 11011011 10011000 11111100 1101 101000 0 1 100011000 1011110 1001111

Color Harmonies of #DB98FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98FC

Black with #DB98FC

Text Example


Text Example

White with #DB98FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98FC; }

 p { color: rgb(219,152,252); }

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

background-color css

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

 a { background-color: rgb(219,152,252); }

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

border-color css

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

 span { border-color: rgb(219,152,252); }

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