Html Css Color HEX #D098FC Mauve

📋 copy color: '#D098FC'

red 208 ◦ green 152 ◦ blue 252

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

Shades of Mauve #D098FC

Tints of Mauve #D098FC

RGB

 RED value IS 208 (81.64% from 255) = 33.99%

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

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

R = 33.99%
G = 24.84%
B = 41.18%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D098FC (or 0xD098FC) is known color: Mauve. HEX triplet: D0, 98 and FC. RGB value is (208,152,252). Sum of RGB (Red+Green+Blue) = 208+152+252=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #D098FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098FC is #2F6703. Grayscale: #B3B3B3. Windows color (decimal): -3106564 or 16554192. OLE color: 16554192.

HSL color Cylindrical-coordinate representation of color #D098FC: hue angle of 273.6º 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 #D098FC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 152 252 -
CMYK 0.17 0.40 0 0.01
HSL 273.6º 0.94% 0.79% -
HSV(B) 273.6º 0.4% 0.99% -
XYZ 54.81 42.89 97.49 -
YUV 180.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 208 152 252 0.17 0.40 0 0.01 273.6 0.94 0.79
Hex D0 98 FC 11 28 0 1 112 5E 4F
Octal 320 230 374 21 50 0 1 422 136 117
Binary 11010000 10011000 11111100 10001 101000 0 1 100010010 1011110 1001111

Color Harmonies of #D098FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098FC

Black with #D098FC

Text Example


Text Example

White with #D098FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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