Html Css Color HEX #D692F9 Mauve

📋 copy color: '#D692F9'

red 214 ◦ green 146 ◦ blue 249

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

Shades of Mauve #D692F9

Tints of Mauve #D692F9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.97%

 BLUE value IS 249 (97.66% from 255) = 40.89%

R = 35.14%
G = 23.97%
B = 40.89%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D692F9 (or 0xD692F9) is known color: Mauve. HEX triplet: D6, 92 and F9. RGB value is (214,146,249). Sum of RGB (Red+Green+Blue) = 214+146+249=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D692F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692F9 is #296D06. Grayscale: #B1B1B1. Windows color (decimal): -2714887 or 16356054. OLE color: 16356054.

HSL color Cylindrical-coordinate representation of color #D692F9: hue angle of 279.61º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D692F9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 146 249 -
CMYK 0.14 0.41 0 0.02
HSL 279.61º 0.9% 0.77% -
HSV(B) 279.61º 0.41% 0.98% -
XYZ 55.11 41.69 94.77 -
YUV 178.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 214 146 249 0.14 0.41 0 0.02 279.61 0.9 0.77
Hex D6 92 F9 E 29 0 2 118 5A 4D
Octal 326 222 371 16 51 0 2 430 132 115
Binary 11010110 10010010 11111001 1110 101001 0 10 100011000 1011010 1001101

Color Harmonies of #D692F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692F9

Black with #D692F9

Text Example


Text Example

White with #D692F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692F9; }

 p { color: rgb(214,146,249); }

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

background-color css

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

 a { background-color: rgb(214,146,249); }

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

border-color css

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

 span { border-color: rgb(214,146,249); }

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