Html Css Color HEX #D097F8 Mauve

📋 copy color: '#D097F8'

red 208 ◦ green 151 ◦ blue 248

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

Shades of Mauve #D097F8

Tints of Mauve #D097F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 34.27%
G = 24.88%
B = 40.86%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D097F8 (or 0xD097F8) is known color: Mauve. HEX triplet: D0, 97 and F8. RGB value is (208,151,248). Sum of RGB (Red+Green+Blue) = 208+151+248=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #D097F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097F8 is #2F6807. Grayscale: #B2B2B2. Windows color (decimal): -3106824 or 16291792. OLE color: 16291792.

HSL color Cylindrical-coordinate representation of color #D097F8: hue angle of 275.26º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D097F8 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 151 248 -
CMYK 0.16 0.39 0 0.03
HSL 275.26º 0.87% 0.78% -
HSV(B) 275.26º 0.39% 0.97% -
XYZ 54.02 42.32 94.13 -
YUV 179.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 208 151 248 0.16 0.39 0 0.03 275.26 0.87 0.78
Hex D0 97 F8 10 27 0 3 113 57 4E
Octal 320 227 370 20 47 0 3 423 127 116
Binary 11010000 10010111 11111000 10000 100111 0 11 100010011 1010111 1001110

Color Harmonies of #D097F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097F8

Black with #D097F8

Text Example


Text Example

White with #D097F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097F8; }

 p { color: rgb(208,151,248); }

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

background-color css

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

 a { background-color: rgb(208,151,248); }

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

border-color css

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

 span { border-color: rgb(208,151,248); }

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