Html Css Color HEX #D69FFF Mauve

📋 copy color: '#D69FFF'

red 214 ◦ green 159 ◦ blue 255

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

Shades of Mauve #D69FFF

Tints of Mauve #D69FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.32%

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

R = 34.08%
G = 25.32%
B = 40.61%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D69FFF (or 0xD69FFF) is known color: Mauve. HEX triplet: D6, 9F and FF. RGB value is (214,159,255). Sum of RGB (Red+Green+Blue) = 214+159+255=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #D69FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FFF is #296000. Grayscale: #BABABA. Windows color (decimal): -2711553 or 16752598. OLE color: 16752598.

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

Color convert

RGB 214 159 255 -
CMYK 0.16 0.38 0 0
HSL 274.38º 1% 0.81% -
HSV(B) 274.38º 0.38% 1% -
XYZ 58.18 46.31 100.48 -
YUV 186.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 214 159 255 0.16 0.38 0 0 274.38 1 0.81
Hex D6 9F FF 10 26 0 0 112 64 51
Octal 326 237 377 20 46 0 0 422 144 121
Binary 11010110 10011111 11111111 10000 100110 0 0 100010010 1100100 1010001

Color Harmonies of #D69FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FFF

Black with #D69FFF

Text Example


Text Example

White with #D69FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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