Html Css Color HEX #D69AFF Mauve

📋 copy color: '#D69AFF'

red 214 ◦ green 154 ◦ blue 255

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

Shades of Mauve #D69AFF

Tints of Mauve #D69AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.72%

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

R = 34.35%
G = 24.72%
B = 40.93%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D69AFF (or 0xD69AFF) is known color: Mauve. HEX triplet: D6, 9A and FF. RGB value is (214,154,255). Sum of RGB (Red+Green+Blue) = 214+154+255=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D69AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69AFF is #296500. Grayscale: #B7B7B7. Windows color (decimal): -2712833 or 16751318. OLE color: 16751318.

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

Color convert

RGB 214 154 255 -
CMYK 0.16 0.40 0 0
HSL 275.64º 1% 0.8% -
HSV(B) 275.64º 0.4% 1% -
XYZ 57.34 44.63 100.2 -
YUV 183.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 214 154 255 0.16 0.40 0 0 275.64 1 0.8
Hex D6 9A FF 10 28 0 0 114 64 50
Octal 326 232 377 20 50 0 0 424 144 120
Binary 11010110 10011010 11111111 10000 101000 0 0 100010100 1100100 1010000

Color Harmonies of #D69AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AFF

Black with #D69AFF

Text Example


Text Example

White with #D69AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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