Html Css Color HEX #D699FF Mauve

📋 copy color: '#D699FF'

red 214 ◦ green 153 ◦ blue 255

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

Shades of Mauve #D699FF

Tints of Mauve #D699FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 34.41%
G = 24.6%
B = 41%

CMYK

 C value IS 0.16

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D699FF (or 0xD699FF) is known color: Mauve. HEX triplet: D6, 99 and FF. RGB value is (214,153,255). Sum of RGB (Red+Green+Blue) = 214+153+255=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D699FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699FF is #296600. Grayscale: #B6B6B6. Windows color (decimal): -2713089 or 16751062. OLE color: 16751062.

HSL color Cylindrical-coordinate representation of color #D699FF: hue angle of 275.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D699FF is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 153 255 -
CMYK 0.16 0.4 0 0
HSL 275.88º 1% 0.8% -
HSV(B) 275.88º 0.4% 1% -
XYZ 57.17 44.3 100.14 -
YUV 182.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 214 153 255 0.16 0.4 0 0 275.88 1 0.8
Hex D6 99 FF 10 28 0 0 114 64 50
Octal 326 231 377 20 50 0 0 424 144 120
Binary 11010110 10011001 11111111 10000 101000 0 0 100010100 1100100 1010000

Color Harmonies of #D699FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699FF

Black with #D699FF

Text Example


Text Example

White with #D699FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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