Html Css Color HEX #D69BF6 Mauve

📋 copy color: '#D69BF6'

red 214 ◦ green 155 ◦ blue 246

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

Shades of Mauve #D69BF6

Tints of Mauve #D69BF6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.2%

 BLUE value IS 246 (96.48% from 255) = 40%

R = 34.8%
G = 25.2%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D69BF6 (or 0xD69BF6) is known color: Mauve. HEX triplet: D6, 9B and F6. RGB value is (214,155,246). Sum of RGB (Red+Green+Blue) = 214+155+246=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #D69BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BF6 is #296409. Grayscale: #B6B6B6. Windows color (decimal): -2712586 or 16161750. OLE color: 16161750.

HSL color Cylindrical-coordinate representation of color #D69BF6: hue angle of 278.9º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69BF6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 155 246 -
CMYK 0.13 0.37 0 0.04
HSL 278.9º 0.83% 0.79% -
HSV(B) 278.9º 0.37% 0.96% -
XYZ 56.09 44.39 92.8 -
YUV 183.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 214 155 246 0.13 0.37 0 0.04 278.9 0.83 0.79
Hex D6 9B F6 D 25 0 4 117 53 4F
Octal 326 233 366 15 45 0 4 427 123 117
Binary 11010110 10011011 11110110 1101 100101 0 100 100010111 1010011 1001111

Color Harmonies of #D69BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BF6

Black with #D69BF6

Text Example


Text Example

White with #D69BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BF6; }

 p { color: rgb(214,155,246); }

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

background-color css

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

 a { background-color: rgb(214,155,246); }

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

border-color css

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

 span { border-color: rgb(214,155,246); }

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