Html Css Color HEX #D699F8 Mauve

📋 copy color: '#D699F8'

red 214 ◦ green 153 ◦ blue 248

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

Shades of Mauve #D699F8

Tints of Mauve #D699F8

RGB

 RED value IS 214 (83.98% from 255) = 34.8%

 GREEN value IS 153 (60.16% from 255) = 24.88%

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

R = 34.8%
G = 24.88%
B = 40.33%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D699F8 (or 0xD699F8) is known color: Mauve. HEX triplet: D6, 99 and F8. RGB value is (214,153,248). Sum of RGB (Red+Green+Blue) = 214+153+248=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #D699F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F8 is #296607. Grayscale: #B5B5B5. Windows color (decimal): -2713096 or 16292310. OLE color: 16292310.

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

Color convert

RGB 214 153 248 -
CMYK 0.14 0.38 0 0.03
HSL 278.53º 0.87% 0.79% -
HSV(B) 278.53º 0.38% 0.97% -
XYZ 56.07 43.86 94.32 -
YUV 182.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 214 153 248 0.14 0.38 0 0.03 278.53 0.87 0.79
Hex D6 99 F8 E 26 0 3 117 57 4F
Octal 326 231 370 16 46 0 3 427 127 117
Binary 11010110 10011001 11111000 1110 100110 0 11 100010111 1010111 1001111

Color Harmonies of #D699F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699F8

Black with #D699F8

Text Example


Text Example

White with #D699F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699F8; }

 p { color: rgb(214,153,248); }

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

background-color css

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

 a { background-color: rgb(214,153,248); }

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

border-color css

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

 span { border-color: rgb(214,153,248); }

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