Html Css Color HEX #D69DFF Mauve

📋 copy color: '#D69DFF'

red 214 ◦ green 157 ◦ blue 255

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

Shades of Mauve #D69DFF

Tints of Mauve #D69DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.08%

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

R = 34.19%
G = 25.08%
B = 40.73%

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

#D69DFF (or 0xD69DFF) is known color: Mauve. HEX triplet: D6, 9D and FF. RGB value is (214,157,255). Sum of RGB (Red+Green+Blue) = 214+157+255=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D69DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69DFF is #296200. Grayscale: #B8B8B8. Windows color (decimal): -2712065 or 16752086. OLE color: 16752086.

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

Color convert

RGB 214 157 255 -
CMYK 0.16 0.38 0 0
HSL 274.9º 1% 0.81% -
HSV(B) 274.9º 0.38% 1% -
XYZ 57.84 45.63 100.37 -
YUV 185.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 214 157 255 0.16 0.38 0 0 274.9 1 0.81
Hex D6 9D FF 10 26 0 0 113 64 51
Octal 326 235 377 20 46 0 0 423 144 121
Binary 11010110 10011101 11111111 10000 100110 0 0 100010011 1100100 1010001

Color Harmonies of #D69DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DFF

Black with #D69DFF

Text Example


Text Example

White with #D69DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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