Html Css Color HEX #D692FC Mauve

📋 copy color: '#D692FC'

red 214 ◦ green 146 ◦ blue 252

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

Shades of Mauve #D692FC

Tints of Mauve #D692FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 34.97%
G = 23.86%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D692FC (or 0xD692FC) is known color: Mauve. HEX triplet: D6, 92 and FC. RGB value is (214,146,252). Sum of RGB (Red+Green+Blue) = 214+146+252=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #D692FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692FC is #296D03. Grayscale: #B2B2B2. Windows color (decimal): -2714884 or 16552662. OLE color: 16552662.

HSL color Cylindrical-coordinate representation of color #D692FC: hue angle of 278.49º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D692FC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 146 252 -
CMYK 0.15 0.42 0 0.01
HSL 278.49º 0.95% 0.78% -
HSV(B) 278.49º 0.42% 0.99% -
XYZ 55.58 41.88 97.25 -
YUV 178.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 214 146 252 0.15 0.42 0 0.01 278.49 0.95 0.78
Hex D6 92 FC F 2A 0 1 116 5F 4E
Octal 326 222 374 17 52 0 1 426 137 116
Binary 11010110 10010010 11111100 1111 101010 0 1 100010110 1011111 1001110

Color Harmonies of #D692FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692FC

Black with #D692FC

Text Example


Text Example

White with #D692FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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