Html Css Color HEX #D69EFF Mauve

📋 copy color: '#D69EFF'

red 214 ◦ green 158 ◦ blue 255

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

Shades of Mauve #D69EFF

Tints of Mauve #D69EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.2%

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

R = 34.13%
G = 25.2%
B = 40.67%

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

#D69EFF (or 0xD69EFF) is known color: Mauve. HEX triplet: D6, 9E and FF. RGB value is (214,158,255). Sum of RGB (Red+Green+Blue) = 214+158+255=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #D69EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EFF is #296100. Grayscale: #B9B9B9. Windows color (decimal): -2711809 or 16752342. OLE color: 16752342.

HSL color Cylindrical-coordinate representation of color #D69EFF: hue angle of 274.64º 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 #D69EFF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 158 255 -
CMYK 0.16 0.38 0 0
HSL 274.64º 1% 0.81% -
HSV(B) 274.64º 0.38% 1% -
XYZ 58.01 45.97 100.42 -
YUV 185.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 214 158 255 0.16 0.38 0 0 274.64 1 0.81
Hex D6 9E FF 10 26 0 0 113 64 51
Octal 326 236 377 20 46 0 0 423 144 121
Binary 11010110 10011110 11111111 10000 100110 0 0 100010011 1100100 1010001

Color Harmonies of #D69EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EFF

Black with #D69EFF

Text Example


Text Example

White with #D69EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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